cssinjs / styled-jss

Styled Components on top of JSS.
http://cssinjs.org/styled-jss
MIT License
217 stars 25 forks source link

Support jss-template plugin #49

Open kof opened 6 years ago

kof commented 6 years ago

So we can use template literals when needed:

styled('div')(`
  color: red;
`)