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 0eb9e2f commit 125d867Copy full SHA for 125d867
src/material/core/theming/_theming.scss
@@ -15,7 +15,7 @@ $_generate-default-density: true !default;
15
16
// Warning that will be printed if duplicated styles are generated by a theme.
17
$_duplicate-warning: 'Read more about how style duplication can be avoided in a dedicated ' +
18
- 'guide. https://github.com/angular/components/blob/main/guides/duplicate-theming-styles.md';
+ 'guide. https://v18.material.angular.io/guide/duplicate-theming-styles';
19
20
// Warning that will be printed if the legacy theming API is used.
21
$private-legacy-theme-warning: 'Angular Material themes should be created from a map containing ' +
0 commit comments