Which Sass function is used to get the N<sup>th</sup> elements from the list?
Options:
Explanation:
The
nth(list, n) function is used to get the N
th elements from the list.
Tags:
SASS
Computer
Answer:
Which Sass function is used to get the N<sup>th</sup> elements from the list nth(list, n).