diff --git a/docs/data/system/sizing/sizing.md b/docs/data/system/sizing/sizing.md index 89769469653d44..67876e7de47628 100644 --- a/docs/data/system/sizing/sizing.md +++ b/docs/data/system/sizing/sizing.md @@ -19,9 +19,9 @@ Otherwise, it is directly set on the CSS property. ```jsx // Equivalent to width: '25%' - // Numbers are converted to pixel values. + // Numbers above 1 are treated as pixel values. // String values are used as raw CSS. - // 100% + // 100% -- numbers in the range `(0, 1]` are treated as percentage values from 0 to 100%. ``` ## Width