Files
liaoninghexing/acs/nladmin-ui/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2023-06-25 19:29:51 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}