This commit is contained in:
h z
2025-05-05 22:35:22 +01:00
commit f5b3b54a5a
22 changed files with 1196 additions and 0 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
}