woble

Results 2 issues of woble

> Describe the issue. Is it a bug or a feature request (new rule, new option, etc.)? Complex nesting via use of `@nest` (`postcss-nesting`) in combination with `:not()` and/or `:matches()`...

type: bug
upstream
status: ask to implement

``` css /* Check if there's an even number of children */ .element:nth-last-child(even):first-child, .element:nth-last-child(even):first-child ~ .element { ... } /* Check if there's an odd number of children */ .element:nth-last-child(odd):first-child,...

maybe