/**
 * This is the main entry point for Block Editor blocks styles used for the `WordPress admin editor`.
 * File names must follow naming convention to be able to run dynamically.
 *
 * `src/blocks/custom/block_name/block_name-editor.scss`.
 *
 * Usage: `WordPress admin editor`.
 *
 */

// Globals.
@import './../../../../assets/styles/parts/shared';
@import '@eightshift/frontend-libs/styles/scss/normalize';

// Editor styles overrides.
@import './editor/editor';
