added tailwind v4, remove sass dependency

This commit is contained in:
Somrat
2025-02-16 17:25:40 +06:00
parent 1cb1cfe46d
commit 5ec8ba82cc
21 changed files with 612 additions and 535 deletions
+3 -14
View File
@@ -8,11 +8,7 @@
"theme_light": "#f6f6f6",
"theme_dark": ""
},
"text_color": {
"default": "#444444",
"dark": "#040404",
"light": "#717171"
}
"text_color": { "text": "#444444", "dark": "#040404", "light": "#717171" }
},
"darkmode": {
"theme_color": {
@@ -22,11 +18,7 @@
"theme_light": "#222222",
"theme_dark": ""
},
"text_color": {
"default": "#B4AFB6",
"dark": "#fff",
"light": "#B4AFB6"
}
"text_color": { "text": "#B4AFB6", "dark": "#fff", "light": "#B4AFB6" }
}
},
"fonts": {
@@ -36,9 +28,6 @@
"secondary": "Signika:wght@500;700",
"secondary_type": "sans-serif"
},
"font_size": {
"base": "16",
"scale": "1.2"
}
"font_size": { "base": "16", "scale": "1.2" }
}
}