_editor.scss 802 B

123456789101112131415161718192021222324252627
  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 "button/editor";
  10. @import "code/editor";
  11. @import "cover/editor";
  12. @import "heading/editor";
  13. @import "image/editor";
  14. @import "gallery/editor";
  15. @import "group/editor";
  16. @import "latest-comments/editor";
  17. @import "latest-posts/editor";
  18. @import "list/editor";
  19. @import "media-text/editor";
  20. @import "posts-list/editor";
  21. @import "paragraph/editor";
  22. @import "pullquote/editor";
  23. @import "quote/editor";
  24. @import "separator/editor";
  25. @import "table/editor";
  26. @import "utilities/editor"; // Import LAST to cascade properly