Which Sass function is used to get the index position for the value in list?
Options:
Explanation:
The
index(list, value) function is used to get the index position for the value in list.
Tags:
SASS
Computer
Answer:
Which Sass function is used to get the index position for the value in list index(list, value).