@use themes in global stylesheet
This commit is contained in:
parent
33ad6cfbed
commit
75de69e1be
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
import "./styles/themes.scss";
|
|
||||||
import "./styles/global.scss";
|
import "./styles/global.scss";
|
||||||
|
|
||||||
import App from "./App.svelte";
|
import App from "./App.svelte";
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
@use "./themes.scss";
|
||||||
|
|
||||||
html {
|
html {
|
||||||
height: calc(100vh - 2em - 3em);
|
height: calc(100vh - 2em - 3em);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue