styled_jsx 2.0.0

AST transforms visitor for styled-jsx
Documentation
1
2
3
4
5
6
import _JSXStyle from "styled-jsx/style";
export default function Home() {
    return <>
            <_JSXStyle id={"86b7ac1a67e57b1"}>{"div.parent.jsx-86b7ac1a67e57b1{color:green}"}</_JSXStyle>
        </>;
}