We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/material-components/material-components-web/blame/8656bf0e032270f97d8673d33aaab4760befb5bc/packages/mdc-theme/_theme-color.scss#L66
Is this really neccessary? Why can it not work with css variables too? What happens if var(--my-primary-color) is passed in instead?
var(--my-primary-color)
Can this code detect if it is a var and just resolve it and continue?
var
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/material-components/material-components-web/blame/8656bf0e032270f97d8673d33aaab4760befb5bc/packages/mdc-theme/_theme-color.scss#L66
Is this really neccessary? Why can it not work with css variables too? What happens if
var(--my-primary-color)
is passed in instead?Can this code detect if it is a
var
and just resolve it and continue?The text was updated successfully, but these errors were encountered: