source: trip-planner-front/node_modules/@angular/material/chips/_chips-theme.import.scss@ 8d391a1

Last change on this file since 8d391a1 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,
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';
Note: See TracBrowser for help on using the repository browser.