aboutsummaryrefslogtreecommitdiff
path: root/frontend/scss/main.scss
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-02 19:33:20 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-02 19:33:20 +0200
commitc000d9482e183f74b6237ecaeb7f06c0862413de (patch)
tree96d36e872f7e3826692f8b11d6152834bf90ba57 /frontend/scss/main.scss
parent0ec5a0769f3c2dc851948a1011fa9062ff5c657b (diff)
feat(backend): handle log
Diffstat (limited to 'frontend/scss/main.scss')
-rw-r--r--frontend/scss/main.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/frontend/scss/main.scss b/frontend/scss/main.scss
index e89d4e7..a2e446b 100644
--- a/frontend/scss/main.scss
+++ b/frontend/scss/main.scss
@@ -1,4 +1,7 @@
@use "../../node_modules/reset-css/reset.css";
+@use "general";
+@use "special";
+@use "home";
:root {
--color-dark: hsl(202, 25%, 9%);
@@ -18,7 +21,3 @@
font-size: 20px;
}
-
-@use "general";
-@use "special";
-@use "home";