Skip to content

Commit 53b5eb3

Browse files
authored
Added clearer details to the Return value section
1 parent 4c5d584 commit 53b5eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • files/en-us/web/css/reference/values/random

files/en-us/web/css/reference/values/random/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ random(--my-base, 1em, 3rem, 2px)
7676

7777
### Return value
7878

79-
A random value from the minimum to the maximum in the same type provided for the parameters.
79+
Returns a random `<number>`, `<dimension>`, or `<percentage>` between the minimum and maximum range values, inclusive, in the same type as the `<calc-sum>` parameters.
8080

8181
## Description
8282

0 commit comments

Comments
 (0)