File: //var/www/drakkar_site/wp-content/themes/blocksy/static/sass/backend/editor/blocks/general.scss
.editor-styles-wrapper {
// conditions
--true: initial;
--false: ;
--wp--style--global--content-size: var(--theme-block-max-width);
--wp--style--global--wide-size: var(--theme-block-wide-max-width);
// page structure (boxed/normal)
box-sizing: border-box;
border: var(--has-boxed, var(--theme-boxed-content-border));
padding: var(--has-boxed, var(--theme-boxed-content-spacing));
box-shadow: var(--has-boxed, var(--theme-boxed-content-box-shadow));
border-radius: var(--has-boxed, var(--theme-boxed-content-border-radius));
margin-inline: auto;
margin-block: var(--has-boxed, $sides_spacing);
width: calc(100% - #{$sides_spacing * 2});
max-width: var(--has-boxed, var(--theme-block-max-width));
}