1
0
Fork 0
dri/postcss.config.js

6 lines
58 B
JavaScript
Raw Normal View History

2018-09-26 22:27:42 +08:00
module.exports = {
2018-09-27 13:41:08 +08:00
plugins: {
autoprefixer: {},
},
2018-09-26 22:27:42 +08:00
};