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 b8e90bf + 28dce07 commit d8d742dCopy full SHA for d8d742d
projects/material-css-vars/src/lib/_public-util.scss
@@ -34,7 +34,7 @@
34
@if (type-of($opacity) == number) {
35
@return rgba($color, $opacity);
36
} @else {
37
- @return rgb($color);
+ @return $color;
38
}
39
40
0 commit comments