Add postcss.config.js

This commit is contained in:
2026-01-20 14:14:28 +00:00
parent 2023abdc47
commit ac113863bf

6
postcss.config.js Normal file
View File

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