fela
State-driven styling in JavaScript
Fela generates unique CSS classes for every rule. It automatically sorts rules, pseudo-classes and media queries. This prevents global namespace and specificity conflicts and ensures predictability. You always get the styles you write. Fela generates atomic CSS classes. For every property-value pair there's a single rule which can be reused across your whole application. This limits the amount of rendered CSS and ensures reusability.