UNPKG

708 BSCSSView Raw
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,
6mat-density, mat-ripple-background, mat-theme, mat-typography;
7@forward 'chips-theme' as mat-chips-* hide $mat-chips-chip-remove-font-size,
8mat-chips-chip-element-color, mat-chips-chip-theme-color, mat-chips-density,
9mat-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';