From 557b30c14700ff83d4055d004dbee345674aceb9 Mon Sep 17 00:00:00 2001 From: "Amir H. Hashemi" <87268103+amirhhashemi@users.noreply.github.com> Date: Thu, 10 Jul 2025 08:26:55 +0330 Subject: [PATCH] Fix content about type of `style` prop --- src/routes/concepts/components/class-style.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/concepts/components/class-style.mdx b/src/routes/concepts/components/class-style.mdx index a334d1e72a..fd40dfe16d 100644 --- a/src/routes/concepts/components/class-style.mdx +++ b/src/routes/concepts/components/class-style.mdx @@ -22,7 +22,7 @@ To use it, you can pass either a string or an object. ``` When using an object, the keys represent the CSS property names, and the values represent the CSS property values. -The keys must be in dash-case, and the values must be strings. +The keys must be in dash-case, and the values must be strings or numbers.