Skip to content

Commit dc9ee14

Browse files
add missing @ on the SCSS import for Material theme fix
1 parent 4b44d8b commit dc9ee14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: HOW_TO.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Your project is not using the default builders for "build". The Angular Material
3434
*No need to Panic!* Just add your desired theme in style.scss:
3535
3636
``` bash
37-
import '@angular/material/prebuilt-themes/indigo-pink.css'
37+
@import '@angular/material/prebuilt-themes/indigo-pink.css'
3838
```
3939
Angular Material Library is now installed in your project.

0 commit comments

Comments
 (0)