Skip to content

Commit 9969239

Browse files
afleischerjelbourn
authored andcommitted
docs: remove tilde from Sass imports for CLI (#13926)
Under the current build of Angular CLI ( with Angular Material v.7.0.2), adding the `~` in the @import command is unnecessary.
1 parent d44fcf8 commit 9969239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Available pre-built themes:
3535
If you're using Angular CLI, this is as simple as including one line
3636
in your `styles.css` file:
3737
```css
38-
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
38+
@import '@angular/material/prebuilt-themes/deeppurple-amber.css';
3939
```
4040

4141
Alternatively, you can just reference the file directly. This would look something like:

0 commit comments

Comments
 (0)