Files
dempc_nextjs/postcss.config.js

7 lines
93 B
JavaScript
Raw Permalink Normal View History

2025-10-21 13:54:21 +07:00
module.exports = {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
}