cssx
cssx copied to clipboard
Is there a template string version?
Is there something like
let style = cssx`
body {
color: blue;
div {
box-sizing: border-box;
}
}
`
?
Ah, prejss has it, looks awesome. And since it outputs JSS objects, I think that means it works with CSSX too.