File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
projects/assets-library/assets/styles Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 64
64
"optimization" : true ,
65
65
"outputHashing" : " all" ,
66
66
"sourceMap" : false ,
67
- "extractCss" : true ,
68
67
"namedChunks" : false ,
69
68
"extractLicenses" : true ,
70
69
"vendorChunk" : false ,
Original file line number Diff line number Diff line change
1
+ @use ' ~@angular/material' as mat ;
1
2
@import ' color-palette' ;
2
3
3
4
$font-family : ' Work Sans' , sans-serif ;
@@ -329,3 +330,7 @@ $font-family: 'Work Sans', sans-serif;
329
330
@mixin axis-title ($color : $gray-9 ) {
330
331
@include chart-small-regular ;
331
332
}
333
+
334
+ $mat-typography : mat .define-typography-config (
335
+ $font-family : $font-family
336
+ );
Original file line number Diff line number Diff line change
1
+ @use ' ~@angular/material' as mat ;
1
2
@import ' shared-globals' ;
2
- @import ' @angular/material/theming' ;
3
3
4
4
.vertical-flex-layout {
5
5
@include flex-layout (column );
79
79
// Include the common styles for Angular Material. We include this here so that you only
80
80
// have to load a single css file for Angular Material in your app.
81
81
// Be sure that you only ever include this mixin once!
82
- @include mat- core (mat-typography-config ( $font-family : $font-family ) );
82
+ @include mat . core ($ mat-typography );
You can’t perform that action at this time.
0 commit comments