jeluard / lucuma

Web Components library for ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to provide external theme

jeluard opened this issue · comments

It should be easy to define external theme (eventually based on css frameworks) that could applied to elements at runtime.

One option is to parse the external css and regenerate necessary rules using ^ (hat) and ^^ (cat) operators to target the proper elements.

See this thread.

Out of scope.