mise à jour browserslist (IE11 mini)

This commit is contained in:
Raphael 2019-07-17 10:59:19 +02:00
parent 0d68702dea
commit 365d221431
2 changed files with 19 additions and 18 deletions

View File

@ -3,6 +3,7 @@
## Changelog v8.0.0 (xxx 2019)
- corrections typo
- support passé de IE10 à IE11 (browserlist)
## Changelog v7.1.2 (30 janvier 2019)

View File

@ -16,12 +16,12 @@ var gaps = require('postcss-gap-properties'); // gaps polyfill
var browsersList = [
'> 1%',
'last 2 versions',
'IE >= 10', 'Edge >= 16',
'IE >= 11', 'Edge >= 16',
'Chrome >= 60',
'Firefox >= 50', 'Firefox ESR',
'Safari >= 10',
'ios_saf >= 10',
'Android >= 5'
'Android >= 6'
];
var plugins = [