UNPKG

1.01 kBSCSSView Raw
1@forward '../core/style/private.import';
2@forward '../core/theming/theming.import';
3@forward '../core/typography/typography-utils.import';
4@forward 'datepicker-theme' hide $calendar-body-font-size, $calendar-weekday-table-font-size,
5$range-fade-amount, $selected-fade-amount, $selected-today-box-shadow-width, $today-fade-amount,
6color, date-range-colors, theme, typography;
7@forward 'datepicker-theme' as mat-* hide $mat-range-fade-amount, $mat-selected-fade-amount,
8$mat-selected-today-box-shadow-width, $mat-today-fade-amount, mat-color, mat-density, mat-theme,
9mat-typography, mat-unselected-cell;
10@forward 'datepicker-theme' as mat-datepicker-* hide $mat-datepicker-calendar-body-font-size,
11$mat-datepicker-calendar-weekday-table-font-size, mat-datepicker-color,
12mat-datepicker-date-range-colors, mat-datepicker-density, mat-datepicker-unselected-cell;
13
14@import '../core/style/private';
15@import '../core/theming/palette';
16@import '../core/theming/theming';
17@import '../core/typography/typography-utils';