We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4767e7d commit 1b1670bCopy full SHA for 1b1670b
projects/igniteui-angular/src/lib/core/styles/base/utilities/_functions.scss
@@ -186,7 +186,8 @@
186
}
187
188
} @else {
189
- @error 'Expected color for $background/$foreground but got #{$background}/#{$foreground}';
+ @warn 'Expected color for $background/$foreground but got #{$background}/#{$foreground}. The contrast color can\'t be calculated automatically.';
190
+ @return #fff;
191
192
193
0 commit comments