fb55 / css-select

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

Add support for `:host` pseudo class #1374

Open AlanBreck opened 2 months ago

AlanBreck commented 2 months ago

Currently getting

:host -> Unknown pseudo-class :host

https://caniuse.com/mdn-css_selectors_host

fb55 commented 2 months ago

PRs welcome!