Add postcss.config.js

This commit is contained in:
2026-01-16 13:11:07 +00:00
parent 1db1b26a75
commit 0d77ebfb3a

6
postcss.config.js Normal file
View File

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