Which Sass function is used to remove quotes around string (if any)?
Options:
Explanation:
The
unquote(string) function is used to remove quotes around string (if any).
Tags:
SASS
Computer
Answer:
Which Sass function is used to remove quotes around string (if any) unquote(string).