You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
We also prefer separating determination of a mode from the styling for it. For one, it lets us compile all styles up front and just switch between them. Second, if the number of styles per prop is anything larger than 2, its becomes awkward:
Why is it better than https://github.com/styled-components/styled-components, http://fela.js.org/?
We prefer Javascript css properties instead of CSS syntax since we frequently pull values from other shared grid system and type hierarchy
We also prefer separating determination of a mode from the styling for it. For one, it lets us compile all styles up front and just switch between them. Second, if the number of styles per prop is anything larger than 2, its becomes awkward:
The text was updated successfully, but these errors were encountered: