jeluard / lucuma

Web Components library for ClojureScript
96 stars 8 forks source link

Allow to provide external theme #33

Closed jeluard closed 9 years ago

jeluard commented 10 years ago

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

jeluard commented 10 years ago

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

jeluard commented 10 years ago

See this thread.

jeluard commented 9 years ago

Out of scope.