source: trip-planner-front/node_modules/@angular/material/core/typography/_typography.import.scss@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.0 KB
Line 
1@forward 'typography-utils' as mat-* hide mat-font-shorthand, mat-line-height, mat-typography-level;
2@forward 'typography-utils' as mat-line-* hide mat-line-font-family, mat-line-font-shorthand,
3mat-line-font-size, mat-line-font-weight, mat-line-letter-spacing, mat-line-typography-level;
4@forward 'typography-utils' as mat-typography-* hide mat-typography-font-family,
5mat-typography-font-size, mat-typography-font-weight, mat-typography-line-height,
6mat-typography-letter-spacing;
7@forward 'typography' as mat-* hide mat-define-typography-config, mat-define-typography-level;
8@forward 'typography' as mat-typography-* hide mat-typography-typography-hierarchy,
9mat-typography-private-typography-is-2014-config, mat-typography-private-typography-is-2018-config,
10mat-typography-private-typography-to-2014-config, mat-typography-private-typography-to-2018-config;
11@forward 'typography-deprecated' as mat-typography-* hide mat-typography-base-typography;
12@forward 'typography-deprecated' as mat-* show mat-base-typography;
13
14@import 'typography-utils';
Note: See TracBrowser for help on using the repository browser.