5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 21:29:09 +08:00
wails/cmd/templates/vuewebpack/frontend/postcss.config.js
2018-12-26 16:27:07 +11:00

6 lines
59 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {}
}
}