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 // 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://stackoverflow.com/questions/3226001/some-font-sizes-rendered-larger-on-safari-iphone
// https://www.456bereastreet.com/archive/201011/beware_of_-webkit-text-size-adjustnone/ // 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": [ "browserslist": [
">= 1%", ">= 1%",
"last 2 major versions", "last 4 major versions",
"not dead", "not dead",
"Chrome >= 56", "chrome >= 54",
"Firefox >= 51", "firefox >= 49",
"Safari >= 10", "ie 11",
"Edge >= 15.15063", "android >= 5",
"Opera >= 43", "ios_saf >= 9.3",
"Android >= 6", "not ie_mob <= 11"
"iOS >= 10.3",
"Explorer 11",
"not ExplorerMobile <= 11"
], ],
"stylelint": { "stylelint": {
"extends": "stylelint-config-recommended-scss", "extends": "stylelint-config-recommended-scss",