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 2388c76 commit 5c1cc1bCopy full SHA for 5c1cc1b
docs/theming.md
@@ -117,10 +117,6 @@ You can consume the theming functions and variables from the @angular/material/c
117
// Import a pre-built theme
118
@import '~@angular/material/core/theming/prebuilt/deep-purple-amber';
119
120
-// Extract whichever individual palettes you need from the pre-built theme.
121
-$primary: map-get($theme, primary);
122
-$accent: map-get($theme, accent);
123
-
124
// Use md-color to extract individual colors from a palette as necessary.
125
.candy-carousel {
126
background-color: md-color($primary);
0 commit comments