/** * These styles should be loaded by the Block Editor only */ /** * Abstracts * - Mixins, variables and functions */ @import "../abstracts/imports"; /** * Child Theme Name */ @import "config-child-theme-deep"; /** * 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"; /** * Extras */ .editor-post-title__input { text-align: center; }