styled_jsx 17.0.0

AST transforms visitor for styled-jsx
Documentation
1
2
3
4
5
import _JSXStyle from "styled-jsx/style";
const Test = ()=><div className={"jsx-3d9ecfaa448ef714"}>
    <span className={"jsx-3d9ecfaa448ef714"}>test</span>
    <_JSXStyle id={"3d9ecfaa448ef714"}>{":-webkit-any(.c1,.c2){background:orange!important}:-moz-any(.c1,.c2){background:orange!important}:is(.c1,.c2){background:orange!important}"}</_JSXStyle>
  </div>;