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 47cc025 commit bbda25fCopy full SHA for bbda25f
guides/theming-your-components.md
@@ -22,7 +22,7 @@ All you need is to create a `@mixin` function in the custom-component-theme.scss
22
$primary: map-get($theme, primary);
23
$accent: map-get($theme, accent);
24
25
- // Use md-color to extract individual colors from a palette as necessary.
+ // Use mat-color to extract individual colors from a palette as necessary.
26
.candy-carousel {
27
background-color: mat-color($primary);
28
border-color: mat-color($accent, A400);
0 commit comments