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 2d16a24 commit 75b440aCopy full SHA for 75b440a
guides/theming.md
@@ -32,7 +32,7 @@ in your `styles.css` file:
32
@import '~@angular/material/core/theming/prebuilt/deeppurple-amber.css';
33
```
34
35
-Alternatively, you can just reference the file directly. This would look something like
+Alternatively, you can just reference the file directly. This would look something like:
36
```html
37
<link href="node_modules/@angular/material/core/theming/prebuilt/indigo-pink.css" rel="stylesheet">
38
0 commit comments