Skip to content

Commit

Permalink
Rename css.properties.hyphens.auto_value -> auto (#21625)
Browse files Browse the repository at this point in the history
This PR renames `css.properties.hyphens.auto_value` to `css.properties.hyphens.auto` to better follow our usual convention.
  • Loading branch information
queengooborg committed Dec 15, 2023
1 parent 1e43c51 commit 49dd4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/properties/hyphens.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
"deprecated": false
}
},
"auto_value": {
"auto": {
"__compat": {
"description": "Support for the <code>auto</code> value",
"description": "<code>auto</code> value",
"support": {
"chrome": [
{
Expand Down

0 comments on commit 49dd4db

Please sign in to comment.