UNPKG

find-css-matches

Version:

Find the CSS selectors that match an HTML snippet.

24 lines (13 loc) 936 B
# Changelog ## [1.1.1] - 2018-05-16 ### Fixed * Fix edge cases involving selectors for the html and body tags [Details](https://github.com/raingerber/find-css-matches/commit/e2810209107ddddb2702f27adaf6017cab574d23) ## [1.1.0] - 2018-05-15 ### Added * Add support for HTML with multiple root elements [Details](https://github.com/raingerber/find-css-matches/commit/a5ced411c4b3cac7bdefaaeff47313774487f79d) * Add findMatchesFactory for reusing a single Puppeteer instance [Details](https://github.com/raingerber/find-css-matches/commit/fafac79add53472850aae0f57d091296d88b0ee1) ### Changed * Reverse order of media text for nested media rules [Details](https://github.com/raingerber/find-css-matches/commit/54449b961054f3ebef5eb195f925f4feb2634d84) ## [1.0.1] - 2018-05-11 ### Fixed * Add support for nested media rules [Details](https://github.com/raingerber/find-css-matches/commit/00dcd584382b8bf9056ac727ee4ff7a11626f763)