vscode-elements / elements

Web component library for developing Visual Studio Code extensions
https://vscode-elements.github.io
MIT License
156 stars 27 forks source link

Make styles Safari compatible #110

Closed bendera closed 1 year ago

bendera commented 1 year ago

The :host-context pseudo selector is used in many places. Since it is not supported by Safari and Safari is the only available browser engine on Mac, it should find another solution.