This commit is contained in:
2025-12-13 14:46:24 +08:00
parent 0238fd3aea
commit 4950edcb53

6
postcss.config.js Normal file
View File

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