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

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