started tailwind css

This commit is contained in:
2026-01-06 05:40:28 -07:00
parent dd5ce62b0e
commit 073e5bfe26
18 changed files with 575 additions and 73 deletions
+6
View File
@@ -0,0 +1,6 @@
@layer theme {
header,
footer {
background-color: var(--base-200);
}
}