feat: rework style imports
This commit is contained in:
parent
a0ca6bb8fb
commit
1f5283d548
18 changed files with 67 additions and 65 deletions
11
src/styles/theme/_index.scss
Normal file
11
src/styles/theme/_index.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@import "theme";
|
||||
|
||||
@import "content";
|
||||
@import "form";
|
||||
@import "link-share";
|
||||
@import "loading";
|
||||
@import "navigation";
|
||||
@import "notification";
|
||||
@import "offline";
|
||||
@import "update-notification";
|
||||
@import "background";
|
||||
Reference in a new issue