1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 16:26:40 -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

@ -51,6 +51,6 @@ div#wrap {
// Fix weird font size behavior on iOS Safari: https://github.com/jakejarvis/jarv.is/issues/18
// https://stackoverflow.com/questions/3226001/some-font-sizes-rendered-larger-on-safari-iphone
// https://www.456bereastreet.com/archive/201011/beware_of_-webkit-text-size-adjustnone/
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
}

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",