Use SASS module system
Get rid of all the SASS warnings/errors when building.
This commit is contained in:
parent
b2f4f1d492
commit
b1d47748c8
120 changed files with 189 additions and 157 deletions
|
|
@ -1,4 +1,5 @@
|
|||
@import "@/assets/css/main.scss";
|
||||
@use "@/assets/css/main.scss" as *;
|
||||
@use "@/assets/css/variables" as *;
|
||||
|
||||
.login-root {
|
||||
background-color: $background;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue