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.
2 parents 85a51b5 + 03e984b commit 6f3b916Copy full SHA for 6f3b916
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