CRMEB/template/admin/.postcssrc.js
2022-12-19 18:40:49 +08:00

6 lines
62 B
JavaScript

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