Which Sass function is used to get the N<sup>th</sup> elements from the list?
Options:
Explanation:
The <span class="w3-codespan">nth(list, n)</span> function is used to get the N<sup>th</sup> 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).