Which Sass function is used to check whether two values are comparable or not?
Options:
Explanation:
The
comparable(num1, num2) function is used to check whether two values are comparable or not.
Tags:
SASS
Computer
Answer:
Which Sass function is used to check whether two values are comparable or not comparable(num1, num2).