UNPKG

790 BSCSSView Raw
1@forward 'core' hide core;
2@forward 'core-theme' hide color, theme;
3@forward 'core' as mat-* hide mat-mdc-core, mat-mdc-strong-focus-indicators-positioning;
4@forward 'core-theme' as mat-* hide mat-color, mat-theme;
5@forward 'core' as mat-core-* hide mat-core-mdc-core,
6mat-core-mdc-strong-focus-indicators-positioning;
7@forward 'core-theme' as mat-core-*;
8
9@forward './color/color-legacy-index';
10@forward './density/private/density-legacy-index';
11@forward './focus-indicators/focus-indicators-legacy-index';
12@forward './option/option-legacy-index';
13@forward './ripple/ripple-legacy-index';
14@forward './selection/pseudo-checkbox/pseudo-checkbox-legacy-index';
15@forward './style/style-legacy-index';
16@forward './theming/theming-legacy-index';
17@forward './typography/typography-legacy-index';