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

6 lines
59 B
JavaScript
Raw Normal View History

2023-06-15 10:20:50 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}