Merge branch 'master' into dev-stylelint

This commit is contained in:
Ben Word
2017-06-11 17:43:19 -06:00
committed by GitHub
9 changed files with 51 additions and 15 deletions

View File

@@ -142,7 +142,7 @@ let webpackConfig = {
output: { path: config.paths.dist },
context: config.paths.assets,
postcss: [
autoprefixer({ browsers: config.browsers }),
autoprefixer(),
],
},
}),