styled_jsx 7.0.0

AST transforms visitor for styled-jsx
Documentation
1
2
3
4
5
6
7
8
9
import _JSXStyle from "styled-jsx/style";
export default class {
    render() {
        return <div className={"jsx-1952086b0a5ae64c"}>
        <p className={"jsx-1952086b0a5ae64c"}>test</p>
        <_JSXStyle id={"1952086b0a5ae64c"}>{"p.jsx-1952086b0a5ae64c{color:red}"}</_JSXStyle>
      </div>;
    }
}