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 1a57232 + 15f0fb7 commit 03e984bCopy full SHA for 03e984b
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