themes-wordpress/seedlet/assets/sass/style-editor.scss
2020-10-06 14:39:38 +01:00

33 lines
767 B
SCSS

/**
* These styles should be loaded by the Block Editor only
*/
// Variables
@import "variables-editor";
// 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";
// Components
// - Similar to Blocks but exist outside of the "current" editor context
@import "components/editor";
// Vendor
// - These styles override key Vendor styles for fonts, colors, and
// spacing with CSS-variables overrides
@import "vendors/editor";