mdevils/css-selector-parser

nth-child(n+2) not parsed correctly

Closed this issue · 1 comments

I get 'Error: Rule expected after "+".' when parsing the selector

.cls:nth-child(n+2) 

Issue was fixed by not removing nth-child from registerSelectorPseudos