mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Use scss
This commit is contained in:
@@ -15,4 +15,8 @@ a.is-disabled {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$footer-padding: 3rem 1.5rem;
|
||||||
|
|
||||||
|
@import "/node_modules/bulma/bulma.sass";
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import "./app.css";
|
import "./app.scss";
|
||||||
import "../node_modules/bulma/";
|
|
||||||
import App from "./App.svelte";
|
import App from "./App.svelte";
|
||||||
|
|
||||||
const app = new App({
|
const app = new App({
|
||||||
|
|||||||
Reference in New Issue
Block a user