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.
9 lines
393 B
9 lines
393 B
@forward '../core/theming/theming.import';
|
|
@forward '../core/typography/typography-utils.import';
|
|
@forward 'tabs-theme' hide color, theme, typography;
|
|
@forward 'tabs-theme' as mat-tabs-* hide mat-tabs-background, mat-tabs-density, mat-tabs-ink-bar,
|
|
mat-tabs-tab-label-focus;
|
|
|
|
@import '../core/theming/palette';
|
|
@import '../core/theming/theming';
|
|
@import '../core/typography/typography-utils';
|