Skip to content

Commit

Permalink
fix: update scale property syntax to add percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Jul 5, 2024
1 parent b9dcf29 commit 80bf371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -8440,7 +8440,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ruby-position"
},
"scale": {
"syntax": "none | <number>{1,3}",
"syntax": "none | <number-percentage>{1,3}",
"media": "visual",
"inherited": false,
"animationType": "transform",
Expand Down

0 comments on commit 80bf371

Please sign in to comment.