Skip to content

Commit

Permalink
Create editor.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
crftwrk committed Jul 4, 2024
1 parent 4b9d151 commit b8b7421
Showing 1 changed file with 14 additions and 0 deletions.
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 editor 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 b8b7421

Please sign in to comment.