暫無描述

blocks-editor.scss 1.2KB

12345678910111213141516171819202122232425262728293031323334353637
  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 "code/editor";
  8. @import "cover/editor";
  9. @import "columns/editor";
  10. @import "file/editor";
  11. @import "gallery/editor";
  12. @import "group/editor";
  13. @import "heading/editor";
  14. @import "html/editor";
  15. @import "image/editor";
  16. @import "latest-comments/editor";
  17. @import "latest-posts/editor";
  18. @import "legacy/editor"; // "Blocks" from the legacy WP editor, ie: galleries, .button class, etc.
  19. @import "list/editor";
  20. @import "media-text/editor";
  21. @import "navigation/editor";
  22. @import "paragraph/editor";
  23. @import "preformatted/editor";
  24. @import "pullquote/editor";
  25. @import "query-loop/editor";
  26. @import "quote/editor";
  27. @import "rss/editor";
  28. @import "search/editor";
  29. @import "separator/editor";
  30. @import "social-icons/editor";
  31. @import "table/editor";
  32. @import "tag-clould/editor";
  33. @import "verse/editor";
  34. @import "utilities/font-sizes";
  35. @import "utilities/editor"; // Import LAST to cascade properly