link to random() and unique-id() docs in readme

This commit is contained in:
Connor Skees 2023-07-18 15:13:06 +00:00
parent 0d23a46619
commit 05bad843c6

View File

@ -37,10 +37,7 @@ All known missing features and bugs are tracked in [#19](https://github.com/conn
### random
(enabled by default): enable the builtin functions `random([$limit])` and `unique-id()`
In the future this feature will be removed when it is no longer necessary to rely on `rand` for
random numbers.
(enabled by default): enable the builtin functions [`random([$limit])`](https://sass-lang.com/documentation/modules/math/#random) and [`unique-id()`](https://sass-lang.com/documentation/modules/string/#unique-id)
### macro