Which Sass function is used to get the minimum value from the given numbers?
Options:
Explanation:
The
min(number...) function is used to get the minimum value from the given number.
Tags:
SASS
Computer
Answer:
Which Sass function is used to get the minimum value from the given numbers min(number...).