Which Sass function is used to get the absolute value of the number?
Options:
Explanation:
The
abs(number) function is used to get the absolute value of the number.
Tags:
SASS
Computer
Answer:
Which Sass function is used to get the absolute value of the number abs(number).