diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-08-19 19:57:57 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-08-19 19:57:57 +0200 |
commit | 329fc73b94852697f7a057957a714d961a2e9e3b (patch) | |
tree | 6c6ab199d838bc56ddb93e7eeecb721afcec127b /web/pw-server/src/routes/__layout.svelte | |
parent | 87f6a9c455726ad0cf502a316d98db8da1d1806a (diff) | |
download | planetwars.dev-329fc73b94852697f7a057957a714d961a2e9e3b.tar.xz planetwars.dev-329fc73b94852697f7a057957a714d961a2e9e3b.zip |
create global scss styles
Diffstat (limited to 'web/pw-server/src/routes/__layout.svelte')
-rw-r--r-- | web/pw-server/src/routes/__layout.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/pw-server/src/routes/__layout.svelte b/web/pw-server/src/routes/__layout.svelte index 065a82c..53eb265 100644 --- a/web/pw-server/src/routes/__layout.svelte +++ b/web/pw-server/src/routes/__layout.svelte @@ -14,8 +14,8 @@ <slot /> </div> -<style lang="scss"> - @import "src/styles/variables.scss"; +<style lang="scss" global> + @import "src/styles/global.scss"; .outer-container { width: 100vw; |