blob: e3ad090809dd3f055962cd4a88dd7b3fe764aecc [file] [log] [blame]
// postcss config used in all development webpack.common.js configs.
module.exports = {
plugins: {
'autoprefixer': {},
}
}