Update postcss.config.mjs

This commit is contained in:
Jacob Nguyen
2025-01-29 10:40:21 -06:00
committed by GitHub
parent 66c8858533
commit 2a01fe44fa

View File

@@ -1,7 +1,5 @@
export default {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {},
"@tailwindcss/postcss": {},
}