Which Sass function is used to get the length of the list?

40. Which Sass function is used to get the length of the list?

  1. length(list)
  2. elements(list)
  3. count(list)
  4. countelements(list)

Answer: A) length(list)

Explanation:

The length(list) function is used to get the length of the list.

Example:

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

Comments and Discussions!

Load comments ↻






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