_editor.scss 266 B

12345678910111213
  1. // Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
  2. // For licensing, see LICENSE.md or http://ckeditor.com/license
  3. /**
  4. * Wraps (S)CSS into .ck-editor namespace.
  5. *
  6. * @access public
  7. */
  8. @mixin ck-editor {
  9. .ck-editor {
  10. @content;
  11. }
  12. }