Skip to content

Commit

Permalink
Merge pull request #518 from macbre/prefixes-update
Browse files Browse the repository at this point in the history
Updating prefixes rules
  • Loading branch information
macbre authored Feb 2, 2022
2 parents 1aa87f1 + fd067e7 commit 5760eb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analyze-css",
"version": "2.1.15",
"version": "2.1.16",
"author": "Maciej Brencz <[email protected]> (https://github.com/macbre)",
"description": "CSS selectors complexity and performance analyzer",
"main": "./lib/index.js",
Expand Down
5 changes: 3 additions & 2 deletions rules/prefixes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"generated": "Using autoprefixer v10.4.2",
"browsers": [
"and_chr 97",
"and_ff 95",
"and_ff 96",
"and_qq 10.4",
"and_uc 12.12",
"android 97",
Expand All @@ -29,6 +29,7 @@
"op_mob 64",
"opera 81",
"opera 82",
"opera 83",
"safari 13.1",
"safari 14.1",
"safari 15.1",
Expand Down Expand Up @@ -1215,7 +1216,7 @@
},
"-moz-text-size-adjust": {
"keep": true,
"msg": "required by Firefox for Android 95 and later"
"msg": "required by Firefox for Android 96 and later"
},
"-o-text-size-adjust": {
"keep": false,
Expand Down

0 comments on commit 5760eb4

Please sign in to comment.