/* CSS that will be loaded on the backend of Gutenberg Posts */
@import 'variables';
:root {
/* Editor Wrapper */
}
.editor-post-title .editor-post-title__input {
/* Post Title */
}
.wp-block{
max-width: calc( #{$container-single} + 100px );
&[data-align=wide] {
max-width: calc( ( #{$container-single} * 1.3 ) + 100px );
}
&[data-align=full],
&.alignfull {
max-width: none;
}
}