@@ -3,7 +3,6 @@
* For licensing, see LICENSE.md.
*/
-@import "./mixins/_button.css";
@import "../../mixins/_unselectable.css";
@import "../tooltip/mixins/_tooltip.css";
@@ -1,13 +0,0 @@
-/*
- * Copyright (c) 2003-2018, 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-button__icon {
- @mixin-content;
- }
-}