Horje
unknown function 'mat-palette' Code Example
unknown function 'mat-palette'
There is another way to define it for Angular 8+

Needed imports: 
@import '~@angular/material/theming';
@use '~@angular/material' as mat;
@include mat.core();

To define a palette:
old way: $candy-app-warn:    mat-palette($mat-red);
new way: $candy-app-warn:    mat.define-palette(mat.$red-palette);

More detailed here: https://material.angular.io/guide/theming




Css

Related
ignore cache pip Code Example ignore cache pip Code Example
symfony version check Code Example symfony version check Code Example
screen rotation in css Code Example screen rotation in css Code Example
how to add a black border around text css Code Example how to add a black border around text css Code Example
blur edges css Code Example blur edges css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11