tailwind, complete overhaul. remove dead code, clean strcut

This commit is contained in:
Blake Ridgway
2026-02-09 22:22:32 -06:00
parent d3c1dabf64
commit 0395409963
30 changed files with 3194 additions and 9301 deletions

5
postcss.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
},
}