| 12345678910111213 |
- /*
- * 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-icon {
- @mixin-content;
- }
- }
|