japgolly/scalacss

Any plans about SBT plugin?

Open

#30 opened on Apr 7, 2015

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Scala (41 forks)github user discovery
help wantedlatermaybe

Repository metrics

Stars
 (340 stars)
PR merge metrics
 (PR metrics pending)

Description

It will be cool to use ScalaCSS in compile time. For example I have an Scala.js module named my-super-components. I have creating a set of applications using this module. Sometimes I want dark theme, sometimes light. So I make two ScalaCSS modules (just jar with classes) and plug one of them to project by perforce. Then I enable scalaCSSPlugin in my project. After compilation I will have js file which creates DOM and static css for it.

Contributor guide