index($list, $value)
Returns the position of a value within a list. If the value isn’t found, returns null
instead.
Note that unlike some languages, the first item in a Sass list is number 1, the second number 2, and so forth.
This can return the position of a pair in a map as well.
Please login to continue.