Fix Tailwind/PostCSS config

This commit is contained in:
2026-04-18 15:43:14 -04:00
parent 07eeb8f99d
commit 4a3c1a14eb
2 changed files with 6 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}