vuetify-demo/postcss.config.js

6 lines
61 B
JavaScript
Raw Permalink Normal View History

2020-03-24 23:26:17 +08:00
module.exports = {
plugins: {
autoprefixer: {},
},
}