fix: Remove autoprefixer from PostCSS config
- autoprefixer not installed and not needed for Tailwind 4 - Tailwind 4 includes autoprefixing built-in - Fixes: Cannot find module 'autoprefixer'
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: {
|
plugins: {
|
||||||
tailwindcss: {},
|
tailwindcss: {}
|
||||||
autoprefixer: {},
|
}
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user