jpeirson

Results 3 issues of jpeirson

Adds support for `*-of-type` pseudo-classes: - `first-of-type` - `last-of-type` - `nth-of-type(n)` - `nth-last-of-type(n)` - `only-of-type`

## Pull request type Check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [ ]...

Simply modify the FodyWeavers.xml file with a couple of attributes to enable this behavior, e.g.: ```xml ``` See also updated section in `README.md`.