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
We generate a bunch of CSS Variables that we include with each mixin, some of which are very specific to how they should be used/configured. This issue should be expanded with specifics, but the general idea is to better type some of the CSS variables using the @Property rule so that we:
Limit the possible values that can be passed to a CSS variable we provide.
Reduce the amount of :root declarations with better defaults.
Provide better DX.
The text was updated successfully, but these errors were encountered:
We generate a bunch of CSS Variables that we include with each mixin, some of which are very specific to how they should be used/configured. This issue should be expanded with specifics, but the general idea is to better type some of the CSS variables using the @Property rule so that we:
The text was updated successfully, but these errors were encountered: