aboutsummaryrefslogtreecommitdiff
path: root/assets/css/tailwind.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/tailwind.scss')
-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