japgolly/scalacss

Any plans about SBT plugin?

Open

#30 opened on 2015年4月7日

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)

説明

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.

コントリビューターガイド