You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It would be cool to have. I don't have any plans for such a thing but I'd be open to collaborating on such a thing. If someone were to do the SBT stuff I could ensure that ScalaCSS does what needs doing.
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 (justjar
with classes) and plug one of them to project by perforce. Then I enablescalaCSSPlugin
in my project. After compilation I will havejs
file which creates DOM and staticcss
for it.The text was updated successfully, but these errors were encountered: