feat: add postcss.config.js

This commit is contained in:
cupadev-admin 2026-03-09 07:22:49 +00:00
parent 3d1c60794c
commit 19cc61c8e1
1 changed files with 6 additions and 0 deletions

6
postcss.config.js Normal file
View File

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