Add missing CSS for the form editor

The CSS is needed for some inner parts of the block editor like
displaying block placeholders.
[MAILPOET-5146]
This commit is contained in:
Rostislav Wolny
2023-03-21 18:54:12 +01:00
committed by Rostislav Wolný
parent 29f02344c5
commit 942dd5d538

View File

@@ -20,6 +20,7 @@
@import '../../../node_modules/@wordpress/edit-post/build-style/style';
@import '../../../node_modules/@wordpress/edit-post/build-style/classic';
@import '../../../node_modules/@wordpress/block-editor/build-style/style';
@import '../../../node_modules/@wordpress/block-editor/build-style/content';
@import '../../../node_modules/@wordpress/block-library/build-style/style';
@import '../../../node_modules/@wordpress/block-library/build-style/theme';
@import '../../../node_modules/@wordpress/block-library/build-style/editor';