diff options
author | 2021-09-04 11:20:34 +0200 | |
---|---|---|
committer | 2021-09-04 11:20:34 +0200 | |
commit | 6c54c9d57d5fa4c52aa454ed3ca09060b0674ad3 (patch) | |
tree | 0d236ccdf51f264cced4c8adbad24d1dba065ddf /styles/global.scss | |
parent | a28b952eafc83ac6f6fc1a3d99805866bc41fde9 (diff) | |
download | my_apps-6c54c9d57d5fa4c52aa454ed3ca09060b0674ad3.tar.gz my_apps-6c54c9d57d5fa4c52aa454ed3ca09060b0674ad3.tar.bz2 my_apps-6c54c9d57d5fa4c52aa454ed3ca09060b0674ad3.zip |
split scss into partials
Diffstat (limited to 'styles/global.scss')
-rw-r--r-- | styles/global.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/styles/global.scss b/styles/global.scss index 11d23d3..0a542a9 100644 --- a/styles/global.scss +++ b/styles/global.scss @@ -1,6 +1,6 @@ -@import "reset"; -@import "themes"; -@import "window"; +@import "global/reset"; +@import "global/themes"; +@import "global/window"; main { position: fixed; |