Skip to content

Commit

Permalink
populatedb
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Jan 29, 2024
1 parent 2f6f917 commit 546c1a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@
"edge": "120",
"firefox": "49",
"ios_saf": "16.4",
"op_mob": "80",
"opera": "106",
"safari": "16.4"
},
Expand Down Expand Up @@ -1526,6 +1527,7 @@
"edge": "120",
"firefox": "117",
"ios_saf": "17.2",
"op_mob": "80",
"opera": "106",
"safari": "17.2"
},
Expand Down
2 changes: 2 additions & 0 deletions cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ export default [
"edge": "120",
"firefox": "49",
"ios_saf": "16.4",
"op_mob": "80",
"opera": "106",
"safari": "16.4"
},
Expand Down Expand Up @@ -1526,6 +1527,7 @@ export default [
"edge": "120",
"firefox": "117",
"ios_saf": "17.2",
"op_mob": "80",
"opera": "106",
"safari": "17.2"
},
Expand Down
6 changes: 3 additions & 3 deletions cssdb.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1507,11 +1507,11 @@
},
"example": "p {\n text-decoration: green wavy underline 2px;\n}",
"mdn_path": [
"css.properties.text-decoration.shorthand",
"css.properties.text-decoration.text-decoration-thickness"
"css.properties.text-decoration.includes_color-and-style",
"css.properties.text-decoration.includes_thickness"
],
"mdn_count_prefixed_as_supported": {
"css.properties.text-decoration.shorthand": true
"css.properties.text-decoration.includes_color-and-style": true
},
"polyfills": [
{
Expand Down

0 comments on commit 546c1a9

Please sign in to comment.