Which Sass function is used to round number down to the nearest integer?
Options:
Explanation:
The
floor(number) function is used to round number down to the nearest integer.
Tags:
SASS
Computer
Answer:
Which Sass function is used to round number down to the nearest integer floor(number).