Skip to content

Commit

Permalink
feat: tweak browserslist to iOS >= 15
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jun 26, 2023
1 parent 101802e commit 96a4e7e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .browserslistrc
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

0 comments on commit 96a4e7e

Please sign in to comment.