styled_jsx 17.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-9303248a3896bf50"}>
    <span className={"jsx-9303248a3896bf50"}>test</span>
    <_JSXStyle id={"9303248a3896bf50"}>{".parent.jsx-9303248a3896bf50 div :-webkit-any(.child,.child2){background:orange}.parent.jsx-9303248a3896bf50 div :-moz-any(.child,.child2){background:orange}.parent.jsx-9303248a3896bf50 div :is(.child,.child2){background:orange}"}</_JSXStyle>
  </div>;