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
-__Isomorphic__— render on server and browser, generates stable class names, and re-hydrates
10
10
-__Performant__— does not create wrapper components, does not use inline styles or inline `<style>` elements in the document body, but caches all class names for re-use and injects CSS using `.insertRule()` for performance
11
11
-__`@media` queries__ and __animation `@keyframes`__ are supported
0 commit comments