Skip to content

unsafeRoot missing from documentation #129

@tyrcho

Description

@tyrcho

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions