I copy/pasted the example code ``` val styles = C...
# react
c
I copy/pasted the example code
Copy code
val styles = CSSBuilder().apply {
    body {
        margin = 0.px
        padding = 0.px
    }
}

StyledComponents.injectGlobal(styles.toString())
but intellji didn’t like the
0.px
part or the inject function at all