Skip to content

Commit

Permalink
Update Browserslist (#1833)
Browse files Browse the repository at this point in the history
* Update package.json

This updates the browserslist for logical property support onward:

https://browserslist.dev/?q=c3VwcG9ydHMgY3NzLWxvZ2ljYWwtcHJvcHMgYW5kIGxhc3QgMiB2ZXJzaW9ucyBhbmQgPiAwLjAwMSU%3D

Committing to the last two versions that support logical properties and are not 0%

* Update package.json
  • Loading branch information
nschubach authored Dec 6, 2023
1 parent 57b9542 commit 99e9341
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
"test:watch": "npm run test -- --watch -o --coverage"
},
"browserslist": [
"defaults",
"not op_mini all",
"not IE 11"
"supports css-logical-props and last 2 versions and > 0%"
],
"lint-staged": {
"*": "prettier --write --ignore-unknown"
Expand Down

0 comments on commit 99e9341

Please sign in to comment.