cssx icon indicating copy to clipboard operation
cssx copied to clipboard

Is there a template string version?

Open trusktr opened this issue 8 years ago • 1 comments

Is there something like

let style = cssx`
  body {
    color: blue;
    
    div {
      box-sizing: border-box;
    }
  }
`

?

trusktr avatar Mar 20 '17 19:03 trusktr

Ah, prejss has it, looks awesome. And since it outputs JSS objects, I think that means it works with CSSX too.

trusktr avatar Mar 20 '17 19:03 trusktr