@reflexjs/babel-preset-style-props

A babel preset to automatically enable reflejx style props

Usage no npm install needed!

<script type="module">
  import reflexjsBabelPresetStyleProps from 'https://cdn.skypack.dev/@reflexjs/babel-preset-style-props';
</script>

README

@reflexjs/babel-preset-style-props

A babel preset to automatically enable reflexjs style props.

Installation

npm i @reflexjs/babel-preset-style-props

Usage

// .babelrc
{
  "presets": ["@reflexjs/babel-preset-style-props"]
}