Add postcss.config.js

This commit is contained in:
2026-01-20 13:58:24 +00:00
parent d90f39a89d
commit 6f3e219740

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}