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.
11 lines
481 B
11 lines
481 B
@forward '../core/theming/theming.import';
|
|
@forward '../core/typography/typography-utils.import';
|
|
@forward '../../cdk/a11y/index.import';
|
|
@forward 'badge-theme' hide $default-size, $font-size, $font-weight, $large-size, $small-size,
|
|
color, theme, typography;
|
|
@forward 'badge-theme' as mat-badge-* hide mat-badge-density, mat-badge-size;
|
|
|
|
@import '../core/theming/palette';
|
|
@import '../core/theming/theming';
|
|
@import '../core/typography/typography-utils';
|
|
@import '../../cdk/a11y';
|