-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unsafeRoot missing from documentation #129
Comments
What you need is As for the media queries see: http://japgolly.github.io/scalacss/book/features/cond.html |
Thanks for the answer ! It would be helpfull to see it in the documentation :) Here is what I used following the links : style(
unsafeRoot("*")(
boxSizing.borderBox,
media.all.minWidth(800.px)(fontSize(4.vmin))),
unsafeRoot("body")(margin(1.vmin))
) |
I let you choose if you close the issue or keep it open to update the doc :) |
Good to hear. Let's keep this open |
I'm trying to generate inline stylesheet (to use with scalaJS) to replace my current css file with this content, is this possible with scalaCSS ? I spent some time to search for such examples but could not find any ...
The text was updated successfully, but these errors were encountered: