From 80bf371e7a67869b6899fbe2c9a49fc8740f883b Mon Sep 17 00:00:00 2001 From: Jaya Krishna Date: Fri, 5 Jul 2024 19:26:59 +0530 Subject: [PATCH] fix: update scale property syntax to add percentage --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 2195da0b..543fb78d 100644 --- a/css/properties.json +++ b/css/properties.json @@ -8440,7 +8440,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ruby-position" }, "scale": { - "syntax": "none | {1,3}", + "syntax": "none | {1,3}", "media": "visual", "inherited": false, "animationType": "transform",