jeluard / lucuma

Web Components library for ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to define global styles

jeluard opened this issue · comments

Add support for global styles (style-global ?).

Useful for:

  • styling elements outside the Shadow Root
  • styling distributed elements

Can be done manually by appending a new style element to the head programmatically via either created or attached hook.