Which Sass function is used to remove quotes around string (if any)?

25. Which Sass function is used to remove quotes around string (if any)?

  1. unquotes(string)
  2. unquote(string)
  3. rem-quote(string)
  4. rem-quotes(string)

Answer: B) unquote(string)

Explanation:

The unquote(string) function is used to remove quotes around string (if any).

Example:

unquote("IncludeHelp")
Result: IncludeHelp

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.