styled_jsx 2.0.0

AST transforms visitor for styled-jsx
Documentation
1
2
3
4
5
6
7
8
9
10
11
import _JSXStyle from "styled-jsx/style";
export default {
  styles: (
    <_JSXStyle id={"71f03d42ea0ec6"}>
      {
        ".container.jsx-71f03d42ea0ec6{background:#000;color:white;font-weight:700;height:100px}"
      }
    </_JSXStyle>
  ),
  className: "jsx-71f03d42ea0ec6",
};