Add postcss.config.js

This commit is contained in:
2026-01-16 13:26:24 +00:00
parent c7e257359f
commit 524d5d5667

6
postcss.config.js Normal file
View File

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