Public Access
1
0

fix: implement tailwindcss

This commit is contained in:
2025-09-01 17:57:53 -04:00
parent b204e5a351
commit 87c304f0df
8 changed files with 2839 additions and 71 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};