empower_front/postcss.config.js
2025-06-17 17:38:50 +08:00

8 lines
109 B
JavaScript

module.exports = {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {},
},
};