jeluard / lucuma

Web Components library for ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for stylesheets

jeluard opened this issue · comments

The stylesheets key should allow to add link to existing stylesheets.

Implementation will use XHR to download the content and create a style element encapsulating it (link is only allowed in head). Make sure style elements are appended in the definition order.

Not worth the added complexity. Can be handled easily outside of the element definition.