We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b9d151 + f6c6c30 commit 3897ecdCopy full SHA for 3897ecd
.gitignore
@@ -1,6 +1,8 @@
1
.DS_Store
2
-css/main.css
3
-css/main.map
+node_modules/
+package-lock.json
4
+.prettierrc
5
assets/css/main.css
-assets/css/main.map
6
-assets/css/main.css.map
+assets/css/main.css.map
7
+assets/css/editor.css
8
+assets/css/editor.css.map
assets/scss/editor.scss
@@ -0,0 +1,14 @@
+/*!
+ * editor.scss
+ * This file compiles Bootstrap colors, which are used in theme.json as variables,
+ * and adds the compiled colors to the color picker in the sidebar.
+ */
+@import "bootstrap/functions";
+
+@import "bootscore-variables";
9
10
+@import "bootstrap/variables";
11
+@import "bootstrap/variables-dark";
12
+@import "bootstrap/maps";
13
+@import "bootstrap/mixins";
14
+@import "bootstrap/root";
0 commit comments