styled_jsx 6.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-258c8cca0b71d485"}>
        <span className={"jsx-258c8cca0b71d485"}>test</span>
        <_JSXStyle id={"258c8cca0b71d485"}>{".p1.jsx-258c8cca0b71d485{background:purple!important}.p1.jsx-258c8cca0b71d485 .c1,.p1.jsx-258c8cca0b71d485 .c2.jsx-258c8cca0b71d485{background:orange!important}"}</_JSXStyle>
    </div>;