fb55 / css-select

a CSS selector compiler & engine
http://feedic.com/css-select/
BSD 2-Clause "Simplified" License
548 stars 68 forks source link

Add support for `:host` pseudo class #1374

Open AlanBreck opened 4 weeks ago

AlanBreck commented 4 weeks ago

Currently getting

:host -> Unknown pseudo-class :host

https://caniuse.com/mdn-css_selectors_host

fb55 commented 4 weeks ago

PRs welcome!