-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Bug] SassError: Undefined mixin. #126
Comments
Hi @RameshW1, Thank you for working with our products. Did you modify something to the product? Also, what version of node are you using? Thank you, |
Hi @rarestoma , Node Version: v14.17.6 |
Same issue here. |
Experiencing exact same issue with Angular 16 under Node v18. Has anyone found a solution for it yet? |
I've create a pull request to fix the above issue: |
@nevseev your additions to the src/assets/scss/core/mixins/_hover.scss helped resolve the issue. Additionally, in my version, I had to update
|
Version
Angular 12
Reproduction link
Operating System
Mac
Device
mac
Browser & Version
Safari 15.2
Steps to reproduce
I am implementing this material dashboard in our project while implementing compile time error is coming like this below.
Could you please help me out on this issue?
./src/assets/scss/material-dashboard.scss - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Undefined mixin.
╷
7 │ ┌ @include hover {
8 │ │ color: $color;
9 │ │ background-color: $focus-background;
10 │ │ border-color: $focus-border;
11 │ └ }
What is expected?
Need to resolve this issue
What is actually happening?
While compelling itself it is coming this error.
Solution
Additional comments
The text was updated successfully, but these errors were encountered: