Which Sass function is used to check whether the list square brackets or not?

38. Which Sass function is used to check whether the list square brackets or not?

  1. check-bracket(list)
  2. check-brackets(list)
  3. is-bracketed(list)
  4. is-bracketedlis(list)

Answer: C) is-bracketed(list)

Explanation:

The is-bracketed(list) function is used to check whether the list has square brackets or not.

Example:

is-bracketed([x y z])
Result: true

Comments and Discussions!

Load comments ↻






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