styled-jsx-plugin-px2rem
Plugin for px to rem support to styled-jsx
Usage
Install the package first.
npm install --save-dev styled-jsx-plugin-px2remNext, add styled-jsx-plugin-px2rem to the styled-jsx's plugins in your babel configuration:
{
  "plugins": [
    [
      "styled-jsx/babel",
      { "plugins": [["styled-jsx-plugin-px2rem", {"remUnit": 75}]]}
    ]
  ]
}Notes
styled-jsx-plugin-px2rem uses styled-jsx's plugin system which is supported from version 2.
Read more on their repository for further info.
License
MIT
 jyootai
jyootai