Update postcss

This commit is contained in:
Daniel Supernault 2025-06-26 05:53:45 -06:00
parent 15e963b078
commit 11ffb55e49
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +0,0 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};

6
postcss.config.mjs Normal file
View File

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