Browse Source

we'll use the .browserslistrc config in uppy root instead

Artur Paikin 5 years ago
parent
commit
6431e90c80
1 changed files with 0 additions and 3 deletions
  1. 0 3
      website/postcss.config.js

+ 0 - 3
website/postcss.config.js

@@ -3,9 +3,6 @@ module.exports = {
     'postcss-inline-svg': {
       path: 'src/images'
     },
-    autoprefixer: {
-      browsers: ['last 2 versions']
-    },
     cssnano: { safe: true }
   }
 }