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 21e80d1 commit 2388c76Copy full SHA for 2388c76
docs/theming-your-components.md
@@ -47,11 +47,9 @@ All you need is to create a @mixin function in the custom-component-theme.scss
47
}
48
```
49
50
-Now you have to apply a theme to the custom component. We have to call the @mixin function to apply the custom theme:
+Now you just have have to call the @mixin function to apply the theme:
51
52
```sass
53
-// Import theming functions and variables
54
-@import '~@angular/material/core/theming/all-theme';
55
// Import a pre-built theme
56
@import '~@angular/material/core/theming/prebuilt/deep-purple-amber';
57
// Import your custom input theme file so you can call the custom-input-theme function
0 commit comments