Remove autoprefixer plugin

This commit is contained in:
mikiher 2025-03-17 08:16:32 +02:00
parent 30db5d50fb
commit 6ea2ef0845

View File

@ -116,8 +116,7 @@ module.exports = {
postcss: { postcss: {
postcssOptions: { postcssOptions: {
plugins: { plugins: {
'@tailwindcss/postcss': {}, '@tailwindcss/postcss': {}
autoprefixer: {}
} }
} }
} }