DemuMesDataV/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2018-12-04 11:43:18 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}