Create settings files with just SCSS variables and unify their naming

[MAILPOET-2487]
This commit is contained in:
Ján Mikláš
2020-03-11 15:27:19 +01:00
committed by Veljko V
parent ae58c44129
commit 32b6bff89e
35 changed files with 309 additions and 297 deletions

View File

@@ -1,3 +1,7 @@
// 1. Settings
// Global variables, config switches. Not producing any CSS.
@import 'settings/form-editor';
@import '../../../node_modules/@wordpress/edit-post/build-style/style';
@import '../../../node_modules/@wordpress/editor/build-style/style';
@import '../../../node_modules/@wordpress/components/build-style/style';