Which Sass function is used to convert the string to the lowercase?
Options:
Explanation:
The
to-lower-case(string) function is used to convert the string to the lowercase.
Tags:
SASS
Computer
Answer:
Which Sass function is used to convert the string to the lowercase to-lower-case(string).