-
Notifications
You must be signed in to change notification settings - Fork 162
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
Theme does not work with igx-css-vars in version 8 #5152
Comments
@lalo-mx I will investigate. In the meantime, you can try installing node-sass as a dependency. Let me know if it fixes the issue for you. |
@lalo-mx To get css variables produced from a palette, there is another mixin called Btw, I have updated your example with some inline comments to show how you can use both mixins: |
@simeonoff Both solutions worked. I could not find why |
@lalo-mx No, not for the |
@simeonoff It was with igniteui-angular |
Description
Theme does not work with igx-css-vars in version 8
Steps to reproduce
npm install
npm run build
Result
The build shows an error {value} isn't a valid CSS value.
Expected result
The build completes without errors
Attachments
sample-igniteui-angular-8.zip
build.log
The text was updated successfully, but these errors were encountered: