Skip to content

Commit 3897ecd

Browse files
authored
Merge pull request #51 from bootscore/Add-editor.scss
Added editor.scss
2 parents 4b9d151 + f6c6c30 commit 3897ecd

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.DS_Store
2-
css/main.css
3-
css/main.map
2+
node_modules/
3+
package-lock.json
4+
.prettierrc
45
assets/css/main.css
5-
assets/css/main.map
6-
assets/css/main.css.map
6+
assets/css/main.css.map
7+
assets/css/editor.css
8+
assets/css/editor.css.map

assets/scss/editor.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*!
2+
* editor.scss
3+
* This file compiles Bootstrap colors, which are used in theme.json as variables,
4+
* and adds the compiled colors to the color picker in the sidebar.
5+
*/
6+
@import "bootstrap/functions";
7+
8+
@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

Comments
 (0)