Use scss
This commit is contained in:
parent
f98cbc931f
commit
8b4e60faef
|
@ -15,4 +15,8 @@ a.is-disabled {
|
|||
pointer-events: none;
|
||||
cursor: default;
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
$footer-padding: 3rem 1.5rem;
|
||||
|
||||
@import "/node_modules/bulma/bulma.sass";
|
|
@ -1,5 +1,4 @@
|
|||
import "./app.css";
|
||||
import "../node_modules/bulma/";
|
||||
import "./app.scss";
|
||||
import App from "./App.svelte";
|
||||
|
||||
const app = new App({
|
||||
|
|
Loading…
Reference in New Issue