Home »
MCQs »
SASS MCQs
Which Sass function is used to add quotes to a string?
17. Which Sass function is used to add quotes to a string?
- quote(string)
- include(string)
- push(string)
- add(string)
Answer: A) quote(string)
Explanation:
The quote(string) function is used to add quotes to a string.
Example:
quote(IncludeHelp)
Result: "IncludeHelp"