-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: tweak browserslist to iOS >= 15
- Loading branch information
1 parent
101802e
commit 96a4e7e
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. | ||
|
||
# For additional information regarding the format and rule options, please see: | ||
# https://github.com/browserslist/browserslist#queries | ||
|
||
# https://github.com/browserslist/browserslist#queries | ||
|
||
# You can see what browsers were selected by your queries by running: | ||
# npx browserslist | ||
|
||
IOS >= 13 | ||
Safari >= 13 | ||
# npx browserslist | ||
|
||
IOS >= 15 | ||
Safari >= 15 | ||
last 5 Chrome versions | ||
last 5 Firefox versions | ||
Samsung >= 12 |