sass-rando icon indicating copy to clipboard operation
sass-rando copied to clipboard

Randomization helpers for Sass

Results 4 sass-rando issues
Sort by recently updated
recently updated
newest added

e.g. `@if $num = $min { @return $num };` should be `{ @return $num; }`

bug

The current SassDoc build being used is outdated, due simply to the old theme having cute colors in it. Making a custom theme will be 1. enjoyable and 2. long-term,...

enhancement

The goals for v3 include: - Making this work with dart-sass (now aka just 'sass') as the primary consuming build of sass - Where possible, also support other builds and...