Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a template string version? #25

Open
trusktr opened this issue Mar 20, 2017 · 1 comment
Open

Is there a template string version? #25

trusktr opened this issue Mar 20, 2017 · 1 comment

Comments

@trusktr
Copy link

trusktr commented Mar 20, 2017

Is there something like

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

?

@trusktr
Copy link
Author

trusktr commented Mar 20, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant