Files
management/postcss.config.js
2024-04-24 09:52:04 +08:00

6 lines
59 B
JavaScript

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