Browse Source

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

Artur Paikin 5 năm trước cách đây
mục cha
commit
6431e90c80
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      website/postcss.config.js

+ 0 - 3
website/postcss.config.js

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