Extension for sass:math module
range.down()
Returns the range of numbers where $from is higher than $to.
$from
$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.
$number
Last updated 1 year ago
Was this helpful?