-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research: Set goals for and discuss cascading scale #2868
Comments
By their nature, HTML props aren't supposed to cascade. I think if we want scale to cascade, we should look into using a CSS custom property for it. If we're ok with a prop scale not cascading then we just don't have it cascade. In case of the |
Discussed with the team and we will not pursue cascading scale via props outside of parent/child structures (e.g., |
@patrickarlt Apologies for the belated reply. Could you provide additional info about the use case? + @macandcheese @SkyeSeitz @ashetland for design considerations regarding separate text/size scale. We can also move this to a separate discussion. |
Background
Continuing the Teams discussion on #2781 about how we want to handle cascading scale. One of the options was to use a -- var for scale and remove the prop. Another option was not cascading and having the user set the prop on all of the components that they want to change.
Desired Outcome
The text was updated successfully, but these errors were encountered: