@each Index Sass Code Example Get link Facebook X Pinterest Email Other Apps February 25, 2002 Example: sass each index$i: 0;@each $food in $top-foods { $i: $i + 1; &:nth-child(#{$i}){ display: block; }} Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment