Skip to content

Commit

Permalink
Merge pull request #51 from bootscore/Add-editor.scss
Browse files Browse the repository at this point in the history
Added editor.scss
  • Loading branch information
crftwrk authored Jul 23, 2024
2 parents 4b9d151 + f6c6c30 commit 3897ecd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.DS_Store
css/main.css
css/main.map
node_modules/
package-lock.json
.prettierrc
assets/css/main.css
assets/css/main.map
assets/css/main.css.map
assets/css/main.css.map
assets/css/editor.css
assets/css/editor.css.map
14 changes: 14 additions & 0 deletions assets/scss/editor.scss
Original file line number Diff line number Diff line change
@@ -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";

@import "bootstrap/variables";
@import "bootstrap/variables-dark";
@import "bootstrap/maps";
@import "bootstrap/mixins";
@import "bootstrap/root";

0 comments on commit 3897ecd

Please sign in to comment.