_editor.scss 172 B

12345678
  1. /**
  2. * Elements
  3. * - Styles for basic HTML elemants
  4. */
  5. @import "blockquote";
  6. // @import "forms"; // Exclude forms since they conflict with the editor UI
  7. @import "media";