block-law-enforcement/eladmin-web/postcss.config.js
2023-06-26 15:10:45 +08:00

6 lines
59 B
JavaScript

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