catchAdmin/view/catch-admin/postcss.config.js
2019-12-22 09:37:52 +08:00

6 lines
59 B
JavaScript

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