1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:55:30 -04:00

edit browserslist

This commit is contained in:
2020-01-07 08:46:39 -05:00
parent e6e1d4391e
commit 39743b8a5a
2 changed files with 8 additions and 11 deletions

View File

@@ -71,17 +71,14 @@
},
"browserslist": [
">= 1%",
"last 2 major versions",
"last 4 major versions",
"not dead",
"Chrome >= 56",
"Firefox >= 51",
"Safari >= 10",
"Edge >= 15.15063",
"Opera >= 43",
"Android >= 6",
"iOS >= 10.3",
"Explorer 11",
"not ExplorerMobile <= 11"
"chrome >= 54",
"firefox >= 49",
"ie 11",
"android >= 5",
"ios_saf >= 9.3",
"not ie_mob <= 11"
],
"stylelint": {
"extends": "stylelint-config-recommended-scss",