aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorKenimarru <[email protected]>2024-01-06 13:12:50 +0100
committerKenimarru <[email protected]>2024-01-06 13:12:50 +0100
commit237df896cc48d42182a25afb45387a2cdbdd7de8 (patch)
treee204e979bd4620bd04de1c813b6723f2911f277d /assets/css
downloadhiruku-237df896cc48d42182a25afb45387a2cdbdd7de8.tar.xz
hiruku-237df896cc48d42182a25afb45387a2cdbdd7de8.zip
v0.1.0
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/tailwind.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/css/tailwind.scss b/assets/css/tailwind.scss
new file mode 100644
index 0000000..f331009
--- /dev/null
+++ b/assets/css/tailwind.scss
@@ -0,0 +1,11 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
+
+* {
+ @apply scroll-smooth transition-all font-outfit
+}
+
+body {
+ @apply bg-background
+} \ No newline at end of file