fela-tools
A set of useful tools to work with Fela.
Installation
yarn add fela-tools
You may alternatively use npm i --save fela-tools
.
Usage
The API is exported by the fela-tools
package by default e.g.
import { StyleSheet } from 'fela-tools'
API Reference
License
Fela is licensed under the MIT License.
Documentation is licensed under Creative Common License.
Created with ♥ by @rofrischmann and all the great contributors.
10.4.0
| Package | Changes |
| --- | --- |
| fela-beautifier | Make sure beautify is only used in devMode since it otherwise breaks DOM rendering in specific cases. |
| fela-sort-classnames | Introducing a new enhancer that sorts class names alphabetically. This is helpful for SSR consistency due to browser differences in object key iteration. |