_editor.scss 245 B

1234567891011
  1. // Copyright (c) 2003-2017, 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. @mixin ck-editor {
  7. .ck-editor {
  8. @content;
  9. }
  10. }