-
-
Couldn't load subscription status.
- Fork 44
Open
Description
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 ...
@media all and (min-width: 800px) {
* {
font-size: 4vmin;
}
}
* {
box-sizing: border-box;
}
body {
margin: 1vmin;
}Metadata
Metadata
Assignees
Labels
No labels