-
Notifications
You must be signed in to change notification settings - Fork 81
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
Less compilation error #144
Comments
Hi @usulix! I don't exactly know from what breaks in |
Thanks prateekbh and I appreciate the response.. Regards, |
Any news on this? Are you using or have you tried |
I have solved it. After searching a lot got this issue from less repo. You have to enable strictMath: true in your webpack less loader option. By default less was not supporting math function in css like calc, scale ..etc
|
Points me to trying to find the correct css processing configuration for webpack
Currently I have
and the strictMath: true appears to be required to get through a different portion of the css
I was moving along well.. until this keyword.toLowerCase error popped up.
and it seems to be the inability of the webpack config I have to get a value from
var(--mdc-theme-primary, #3f51b5) a(12%)
what are you doing to support var() in your css processing, please.
Thanks and best regards
Greg
The text was updated successfully, but these errors were encountered: