fix: Make variables importable
This commit is contained in:
parent
698bf208ab
commit
e35df0f20c
2 changed files with 3 additions and 0 deletions
2
frappe/public/scss/variables.scss
Normal file
2
frappe/public/scss/variables.scss
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@import "~bootstrap/scss/functions";
|
||||
@import "~bootstrap/scss/variables";
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
@import "variables";
|
||||
@import "~bootstrap/scss/bootstrap";
|
||||
@import "multilevel-dropdown";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue