_editor.scss 906 B

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