source: trip-planner-front/node_modules/@angular/material/core/typography/_typography-legacy-index.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.3 KB
Line 
1@forward 'all-typography';
2@forward 'typography-utils' hide font-family, font-shorthand, font-size, font-weight, line-height,
3letter-spacing, typography-level;
4@forward 'typography-utils' as mat-* hide mat-font-shorthand, mat-get-type-value,
5mat-typography-level;
6@forward 'typography-utils' as mat-typography-* hide mat-typography-font-family,
7mat-typography-font-size, mat-typography-font-weight, mat-typography-get-type-value,
8mat-typography-line-height, mat-typography-letter-spacing;
9@forward 'typography-utils' as mat-line-* hide mat-line-font-family, mat-line-font-shorthand,
10mat-line-font-size, mat-line-font-weight, mat-line-letter-spacing, mat-line-typography-level;
11@forward 'typography' as mat-* hide mat-define-typography-config, mat-define-typography-level;
12@forward 'typography' as mat-typography-* hide mat-typography-typography-hierarchy,
13mat-typography-private-typography-is-2014-config, mat-typography-private-typography-is-2018-config,
14mat-typography-private-typography-to-2014-config, mat-typography-private-typography-to-2018-config;
15@forward 'typography-utils-deprecated' as mat-typography-*;
16@forward 'typography-deprecated' as mat-typography-*;
17@forward 'typography-deprecated' as mat-typography-* hide mat-typography-base-typography;
18@forward 'typography-deprecated' as mat-* show mat-base-typography;
Note: See TracBrowser for help on using the repository browser.