vbv/client/postcss.config.js

7 lines
87 B
JavaScript

module.exports = {
plugins: {
'postcss-import': {},
autoprefixer: {},
},
}