Use separate postcss.config and remove from nuxt.config, uninstall autoprefixer

This commit is contained in:
advplyr
2025-03-21 09:25:29 -05:00
parent ca7852171b
commit 91c1f50a51
5 changed files with 164 additions and 91 deletions
+5
View File
@@ -0,0 +1,5 @@
module.exports = {
plugins: {
'@tailwindcss/postcss': {}
}
}