_editor.scss 984 B

1234567891011121314151617181920212223242526272829
  1. // Block Styles for the Editor
  2. // - These styles replace key Gutenberg Block styles for fonts, colors, and
  3. // spacing with CSS-variables overrides in the Block Editor
  4. // - In the future the Block styles may get compiled to individual .css
  5. // files and conditionally loaded
  6. @import "button/editor";
  7. @import "calendar/style";
  8. @import "code/style";
  9. @import "cover/editor";
  10. @import "file/editor";
  11. @import "gallery/editor";
  12. @import "group/editor";
  13. @import "heading/editor";
  14. @import "image/editor";
  15. @import "latest-comments/editor";
  16. @import "latest-posts/editor";
  17. @import "legacy/editor"; // "Blocks" from the legacy WP editor, ie: galleries, .button class, etc.
  18. @import "list/editor";
  19. @import "paragraph/editor";
  20. @import "posts-list/editor";
  21. @import "pullquote/editor";
  22. @import "quote/editor";
  23. @import "search/style";
  24. @import "separator/editor";
  25. @import "slideshow/editor";
  26. @import "table/editor";
  27. @import "verse/style";
  28. @import "utilities/editor"; // Import LAST to cascade properly