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

Error using Angular Material #17

Open
alisterlf opened this issue May 17, 2022 · 1 comment
Open

Error using Angular Material #17

alisterlf opened this issue May 17, 2022 · 1 comment

Comments

@alisterlf
Copy link

When a run Stylelint, the following line
$my-app-accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);

Is being changed to
$my-app-accent: mat.define-palette(mat.$pink-palette, a200, a100, a400);

Resulting the following error
SassError: 'Hue "a200" does not exist in palette. Available hues are: 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, A100, A200, A400, A700, contrast'

@alisterlf
Copy link
Author

I found a workaround using
"value-keyword-case": null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant