Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
708 bytes
|
Line | |
---|
1 | @forward '../core/style/private.import';
|
---|
2 | @forward '../core/theming/theming.import';
|
---|
3 | @forward '../core/typography/typography-utils.import';
|
---|
4 | @forward 'chips-theme' hide $chip-remove-font-size, color, theme, typography;
|
---|
5 | @forward 'chips-theme' as mat-* hide mat-chip-element-color, mat-chip-theme-color, mat-color,
|
---|
6 | mat-density, mat-ripple-background, mat-theme, mat-typography;
|
---|
7 | @forward 'chips-theme' as mat-chips-* hide $mat-chips-chip-remove-font-size,
|
---|
8 | mat-chips-chip-element-color, mat-chips-chip-theme-color, mat-chips-density,
|
---|
9 | mat-chips-ripple-background;
|
---|
10 |
|
---|
11 | @import '../core/style/private';
|
---|
12 | @import '../core/theming/palette';
|
---|
13 | @import '../core/theming/theming';
|
---|
14 | @import '../core/typography/typography-utils';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.