styled_jsx 15.0.0

AST transforms visitor for styled-jsx
Documentation
1
2
3
4
5
6
import _JSXStyle from "styled-jsx/style";
const Test = ()=><div className={"jsx-a9535d7d5f32c3c4"}>
    <span className={"jsx-a9535d7d5f32c3c4"}>test</span>
    <Component/>
    <_JSXStyle id={"a9535d7d5f32c3c4"}>{"span.jsx-a9535d7d5f32c3c4{color:red}"}</_JSXStyle>
  </div>;