Changed directory structure and yapped...a lot

Still can start blabbering like crazy in the HTML if I feel like it.
This commit is contained in:
foreverpyrite
2025-12-02 19:54:00 -05:00
commit 8fe3f7d756
18 changed files with 4020 additions and 0 deletions

9
tw-css/input.css Normal file
View File

@@ -0,0 +1,9 @@
@import "tailwindcss";
@source not "./tailwindcss";
@source not "./daisyui{,*}.mjs";
@source "../*.html";
@plugin "./daisyui.mjs" {
themes: dark --default --prefersdark;
}