Konrud Private/konrud/add host context pseudo class (#4)
c9f174f Aug 14, 2021
Private/konrud/add host context pseudo class (#4)
* feat: Add host-context pseudo class

- This pseudo class helps target ancestors of the web component.
- It was used to account for the RTL direction (dir="rtl") attribute on the ancestors

* fix: RTL support using host-context / host

- redundant code with `:host-context` has been removed
- `.switch` has been changed into :host(:dir(rtl)) / :host([dir="rtl"])
c9f174f