aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/tailwind.css10
1 files changed, 0 insertions, 10 deletions
diff --git a/css/tailwind.css b/css/tailwind.css
deleted file mode 100644
index 3f5c8c0..0000000
--- a/css/tailwind.css
+++ /dev/null
@@ -1,10 +0,0 @@
-@tailwind base;
-@tailwind components;
-@tailwind utilities;
-
-@layer base {
- html,
- body {
- @apply dark:bg-trueGray-900;
- }
-}