Skip to content

Commit

Permalink
feat(css): Update syntax for image-rendering property smooth value (
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 21, 2024
1 parent 5186311 commit 22b6586
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 @@ -6076,7 +6076,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image-orientation"
},
"image-rendering": {
"syntax": "auto | crisp-edges | pixelated",
"syntax": "auto | crisp-edges | pixelated | smooth",
"media": "visual",
"inherited": true,
"animationType": "discrete",
Expand Down

0 comments on commit 22b6586

Please sign in to comment.