MarioRicalde / SCSS.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
834 stars 110 forks source link

N in a nested :nth-child expression #134

Closed pepelsbey closed 11 years ago

pepelsbey commented 11 years ago

…is highlighted as an error.

p:nth-child(n+5) {color:red;}
div {
    p:nth-child(n+5) {color:red;}
}

Screen Shot 2013-02-09 at 19 48 26