diff --git a/build/autoprefixer-options.js b/build/autoprefixer-options.js deleted file mode 100644 index 7747b94f43e3..000000000000 --- a/build/autoprefixer-options.js +++ /dev/null @@ -1,9 +0,0 @@ -// Options for autoprefixer. See https://github.com/postcss/autoprefixer#options -module.exports = { - // To see the full list of supported browers, you can direcly use `browserslist` - browsers: [ - 'last 2 versions', - 'not ie <= 10', - 'not ie_mob <= 10', - ] -};