You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
708 B
14 lines
708 B
@forward '../core/style/private.import';
|
|
@forward '../core/theming/theming.import';
|
|
@forward '../core/typography/typography-utils.import';
|
|
@forward 'chips-theme' hide $chip-remove-font-size, color, theme, typography;
|
|
@forward 'chips-theme' as mat-* hide mat-chip-element-color, mat-chip-theme-color, mat-color,
|
|
mat-density, mat-ripple-background, mat-theme, mat-typography;
|
|
@forward 'chips-theme' as mat-chips-* hide $mat-chips-chip-remove-font-size,
|
|
mat-chips-chip-element-color, mat-chips-chip-theme-color, mat-chips-density,
|
|
mat-chips-ripple-background;
|
|
|
|
@import '../core/style/private';
|
|
@import '../core/theming/palette';
|
|
@import '../core/theming/theming';
|
|
@import '../core/typography/typography-utils';
|