README
babel-runtime-jsx-style-transform
Support runtime of jsx style.
- px2vw: transform style css property unit px to vw
- px2vw4style: transform the whole style unit px to vw
Babel runtime support for jsx.
<script type="module">
import babelRuntimeJsxStyleTransform from 'https://cdn.skypack.dev/babel-runtime-jsx-style-transform';
</script>
Support runtime of jsx style.