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
Much smaller styled runtime! No dependency on @emotion/is-prop-valid.
Simple and predictable prop filtering. Props that end in "$" are not forwarded to the DOM.
Modifiers! All style logic can be contained inside your CSS.
Improved babel support for arrow functions. This means shorter interpolations inside our styles.
Generated BEM-like modifiers. No need to name all those modifiers! Javascript logic is transformed into a CSS modifier name, all of this is stripped away after development:
Tiny class names in production with optional prefix and suffix support
Uses postCSS rather than stylis. This allows for a much deeper integration with your existing CSS pipeline.
High resolution source maps. Even nested selectors and modifiers point to the proper line rather than the start of the template literal.