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
At the moment, we expose ClassicColors and ModernColors as styled-components which makes it impossible to inline semantic CSS variables to the head on the server side.
We should also expose a plain css string with declarations to enable Next.js and other frameworks to inject them efficiently.
The text was updated successfully, but these errors were encountered:
At the moment, we expose
ClassicColors
andModernColors
as styled-components which makes it impossible to inline semantic CSS variables to thehead
on the server side.We should also expose a plain css string with declarations to enable Next.js and other frameworks to inject them efficiently.
The text was updated successfully, but these errors were encountered: