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
502 B
11 lines
502 B
@forward '../core/style/private.import';
|
|
@forward '../core/style/vendor-prefixes.import';
|
|
@forward '../../cdk/a11y/index.import';
|
|
@forward 'tabs-common' hide $tab-animation-duration, $tab-bar-height;
|
|
@forward 'tabs-common' as mat-* hide mat-ink-bar, mat-paginated-tab-header,
|
|
mat-paginated-tab-header-container, mat-paginated-tab-header-item-wrapper, mat-tab-label;
|
|
|
|
@import '../core/style/variables';
|
|
@import '../core/style/private';
|
|
@import '../core/style/vendor-prefixes';
|
|
@import '../../cdk/a11y';
|