chadmorrow
04/06/2018, 5:04 PMval 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