Sfoglia il codice sorgente

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

Artur Paikin 5 anni fa
parent
commit
6431e90c80
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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 }
   }
 }