Skip to content

Commit

Permalink
Changing the browserslist supported browsers to match dotcom.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Apr 12, 2021
1 parent c0c5d3d commit 0ca2648
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-goats-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/css': major
---

Changeset change supported browsers.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,13 @@
]
},
"browserslist": [
"> 5%",
"last 2 firefox versions",
"last 2 chrome versions",
"last 2 safari versions",
"last 2 edge versions",
"ie 11"
"last 10 Chrome versions",
"last 4 Firefox versions",
"last 3 Safari versions",
"not Safari 12",
"last 4 Edge versions",
"not Edge <= 18",
"Firefox ESR"
],
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 0ca2648

Please sign in to comment.