1234567891011121314151617181920212223242526 |
- /**
- * These styles should be loaded by the Block Editor only
- */
- // Abstracts
- // - Mixins, variables and functions
- @import "abstracts/functions";
- @import "abstracts/mixins";
- // Base
- // - Reset the browser
- @import "base/editor";
- // Elements
- // - Styles for basic HTML elemants
- @import "elements/editor";
- // Blocks
- // - These styles replace key Gutenberg Block styles for fonts, colors, and
- // spacing with CSS-variables overrides
- @import "blocks/editor";
- // Vendor
- // - These styles override key Vendor styles for fonts, colors, and
- // spacing with CSS-variables overrides
- @import "vendors/editor";
|