how to use nth child in scss

how to use nth child in scss 2021

Description

The CSS :nth-child selector allows you to target an element that is the nth child element within its parent.


The CSS :nth-child selector has basic support with the following browsers:

  1. Chrome
  2. Firefox (Gecko)
  3. Internet Explorer 9+ (IE 9+)
  4. Opera 10.10+
  5. Safari (WebKit)

Live Example