report-design/.postcssrc.js

5 lines
58 B
JavaScript
Raw Normal View History

2018-09-18 10:03:59 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}