Add postcss.config.js

This commit is contained in:
2026-01-16 13:38:50 +00:00
parent a052709573
commit bcbc096537

6
postcss.config.js Normal file
View File

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