catchAdmin/postcss.config.js
2022-12-05 23:01:12 +08:00

7 lines
80 B
JavaScript

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