This commit is contained in:
Niek van der Maas 2023-03-02 22:41:46 +04:00
parent f98cbc931f
commit 8b4e60faef
2 changed files with 6 additions and 3 deletions

View File

@ -16,3 +16,7 @@ a.is-disabled {
cursor: default;
opacity: 0.5;
}
$footer-padding: 3rem 1.5rem;
@import "/node_modules/bulma/bulma.sass";

View File

@ -1,5 +1,4 @@
import "./app.css";
import "../node_modules/bulma/";
import "./app.scss";
import App from "./App.svelte";
const app = new App({