From 8b4e60faef439421b5b3a240c1eb5730f18e61e3 Mon Sep 17 00:00:00 2001 From: Niek van der Maas Date: Thu, 2 Mar 2023 22:41:46 +0400 Subject: [PATCH] Use scss --- src/{app.css => app.scss} | 6 +++++- src/main.ts | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) rename src/{app.css => app.scss} (76%) diff --git a/src/app.css b/src/app.scss similarity index 76% rename from src/app.css rename to src/app.scss index 27881b9..94dbd75 100644 --- a/src/app.css +++ b/src/app.scss @@ -15,4 +15,8 @@ a.is-disabled { pointer-events: none; cursor: default; opacity: 0.5; -} \ No newline at end of file +} + +$footer-padding: 3rem 1.5rem; + +@import "/node_modules/bulma/bulma.sass"; \ No newline at end of file diff --git a/src/main.ts b/src/main.ts index 23649ba..1ef5cbc 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,5 +1,4 @@ -import "./app.css"; -import "../node_modules/bulma/"; +import "./app.scss"; import App from "./App.svelte"; const app = new App({