got tailwind and static file server working

This commit is contained in:
2025-02-23 19:15:42 -06:00
parent c5d3538e60
commit 6445f3a495
7 changed files with 373 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
plugins: {
"postcss-import": {},
"postcss-simple-vars": {},
"postcss-nested": {},
},
};