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