Overview
Extension for sass:math module
Last updated
Extension for sass:math module
Last updated
range.down()
Returns the range of numbers where $from
is higher than $to
.
range.up()
Returns the range of numbers where $from
is lower than $to
.
math.calculate()
Performs value and operand calculation by using a given operator +
addition, -
subtraction, *
multiplication, /
division of string type.
math.range()
Returns the range of numbers.
math.strip-unit()
Strips the unit from a given $number
.