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

Syntax error in @function limit causes error in LibSass

Open mknadler opened this issue 9 years ago • 0 comments

e.g. @if $num <= $max and $num >= $min { @return $num };

should be { @return $num; }

mknadler avatar Sep 05 '15 21:09 mknadler