[fix] IE10 flexbox support

Add prefixes for flexbox (and other) support in IE10.

Ref #650
This commit is contained in:
Nicolas Gallagher
2017-09-21 14:13:48 -07:00
parent 3aa37450a0
commit 0a84ccb299
3 changed files with 15 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ const browserList = {
firefox: 40,
ios_saf: 7,
safari: 7,
ie: 11,
ie: 10,
ie_mob: 11,
edge: 12,
opera: 16,