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 should use core tokens directly in our scss files.
Instead, we can replace them by utility tokens, use existing sass variables (for example for colors) or create component specific css-variables for props that change on the client (for example from breakpoint to breakpoint) or create sass variables for props, that stay static on the client.
When possible we could also use the utility tokens: #4273 (comment)
The text was updated successfully, but these errors were encountered:
We should use core tokens directly in our scss files.
Instead, we can replace them by utility tokens, use existing sass variables (for example for colors) or create component specific css-variables for props that change on the client (for example from breakpoint to breakpoint) or create sass variables for props, that stay static on the client.
When possible we could also use the utility tokens: #4273 (comment)
The text was updated successfully, but these errors were encountered: