Which Sass function is used to add quotes to a string?

17. Which Sass function is used to add quotes to a string?

  1. quote(string)
  2. include(string)
  3. push(string)
  4. add(string)

Answer: A) quote(string)

Explanation:

The quote(string) function is used to add quotes to a string.

Example:

quote(IncludeHelp)
Result: "IncludeHelp"

Comments and Discussions!

Load comments ↻






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