Files
cha0yang/postcss.config.js
2020-05-11 21:31:05 +08:00

13 lines
171 B
JavaScript

// module.exports = {
// plugins: {
// autoprefixer: {}
// }
// }
module.exports = {
plugins: {
'autoprefixer': {browsers: 'last 5 version'}
}
}