@use themes in global stylesheet

This commit is contained in:
Tobias Berger 2021-09-28 12:29:38 +02:00
parent 33ad6cfbed
commit 75de69e1be
2 changed files with 2 additions and 1 deletions

View file

@ -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";

View file

@ -1,3 +1,5 @@
@use "./themes.scss";
html { html {
height: calc(100vh - 2em - 3em); height: calc(100vh - 2em - 3em);
} }