CRMEB/template/admin/.postcssrc.js
2021-07-13 16:49:21 +08:00

6 lines
60 B
JavaScript

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