Skip to content
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

fix(material/theming): add validation for system-level token overrides #28954

Open
wagnermaciel opened this issue Apr 24, 2024 · 0 comments
Open

Comments

@wagnermaciel
Copy link
Contributor

wagnermaciel commented Apr 24, 2024

Currently the system-level-colors and system-level-typography mixins do not have validation to ensure all tokens passed in by the user are valid tokens.

Add in validation for these mixins, similar to what is being done for
https://github.com/angular/components/blob/main/src/material/core/tokens/_token-utils.scss#L238

Example of invalid usage that should throw an error:

@include mat.system-level-colors($theme, (
  foobar: blue,
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant