add missing @ on the SCSS import for Material theme fix

This commit is contained in:
Sahan Ranasinghe
2021-10-30 23:26:54 +05:30
committed by GitHub
parent 4b44d8bd53
commit dc9ee14549

View File

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