@@ -3,6 +3,7 @@
* For licensing, see LICENSE.md.
*/
+@import "./mixins/_button.css";
@import "../../mixins/_unselectable.css";
@import "../tooltip/mixins/_tooltip.css";
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+/**
+ * A helper to define button–specific icon styles.
+@define-mixin ck-button-icon {
+ & .ck-icon {
+ @mixin-content;
+ }
+}