Upgrade PostCSS build deps (#681)

* Move supported browser list to package.json.

That way all build tools can use it.

* Specify supported browsers explicitly.

This is necessary for the latest version of browserslist/autoprefixer.

This also drops IE 10 support, as it was accidental anyway.

* Upgrade PostCSS build deps.
This commit is contained in:
Caleb
2017-10-13 16:47:50 -06:00
committed by GitHub
parent 48e9083fb2
commit 5bdc8dd87f
3 changed files with 270 additions and 213 deletions

View File

@ -4,7 +4,6 @@ module.exports = {
plugins: [
require('postcss-import')({ addDependencyTo: webpack }),
require('postcss-cssnext')({
browsers: ['last 2 versions', 'IE > 10'],
features: {
customProperties: {
variables: {