poly_styled_jsx 0.6.1

AST transforms for styled-jsx
Documentation
1
2
3
4
5
6
7
8
9
10
import _JSXStyle from "next/dist/shared/lib/styled-jsx";
const Test = ()=><div className={"jsx-a9535d7d5f32c3c4"}>

    <span className={"jsx-a9535d7d5f32c3c4"}>test</span>

    <Component />

    <_JSXStyle id={"a9535d7d5f32c3c4"}>{"span.jsx-a9535d7d5f32c3c4{color:red}"}</_JSXStyle>

  </div>;