megrez/frontend/postcss.config.js
2024-12-29 01:02:31 +08:00

7 lines
93 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};