Skip to content

Commit

Permalink
fixup! fix(material/core): reduce the number of module resolutions re…
Browse files Browse the repository at this point in the history
…quired for the legacy theming bundle
  • Loading branch information
crisbeto authored and andrewseguin committed May 18, 2021
1 parent 7f17d61 commit 68b9c67
Show file tree
Hide file tree
Showing 72 changed files with 302 additions and 70 deletions.
3 changes: 2 additions & 1 deletion src/material/autocomplete/_autocomplete-theme.import.scss
@@ -1,6 +1,7 @@
@forward '../core/style/private.import';
@forward '../core/theming/theming.import';
@forward './autocomplete-legacy-index';
@forward 'autocomplete-theme' hide color, theme, typography;
@forward 'autocomplete-theme' as mat-autocomplete-* hide mat-autocomplete-density;

@import '../core/style/private';
@import '../core/theming/theming';
4 changes: 3 additions & 1 deletion src/material/badge/_badge-theme.import.scss
@@ -1,7 +1,9 @@
@forward '../core/theming/theming.import';
@forward '../core/typography/typography-utils.import';
@forward '../../cdk/a11y/index.import';
@forward './badge-legacy-index';
@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';
Expand Down
3 changes: 2 additions & 1 deletion src/material/bottom-sheet/_bottom-sheet-theme.import.scss
@@ -1,7 +1,8 @@
@forward '../core/style/private.import';
@forward '../core/theming/theming.import';
@forward '../core/typography/typography-utils.import';
@forward './bottom-sheet-legacy-index';
@forward 'bottom-sheet-theme' hide color, theme, typography;
@forward 'bottom-sheet-theme' as mat-bottom-sheet-* hide mat-bottom-sheet-density;

@import '../core/style/private';
@import '../core/typography/typography-utils';
Expand Down
3 changes: 2 additions & 1 deletion src/material/button-toggle/_button-toggle-theme.import.scss
@@ -1,9 +1,10 @@
@forward '../core/style/private.import';
@forward '../core/theming/theming.import';
@forward '../core/density/private/compatibility.import';
@forward 'button-toggle-variables' as mat-button-toggle-*;
@forward '../../cdk/a11y/index.import';
@forward '../core/typography/typography-utils.import';
@forward './button-toggle-legacy-index';
@forward 'button-toggle-theme' as mat-button-toggle-*;

@import '../../cdk/a11y';
@import '../core/style/private';
Expand Down
15 changes: 14 additions & 1 deletion src/material/button/_button-base.import.scss
@@ -1,6 +1,19 @@
@forward '../core/style/private.import';
@forward '../core/style/button-common.import';
@forward './button-legacy-index';
@forward 'button-base' as mat-* hide $mat-border-radius, $mat-button-border-radius,
$mat-button-line-height, $mat-button-size, $mat-focus-transition, $mat-line-height, $mat-margin,
$mat-min-width, $mat-padding, mat-base;
@forward 'button-base' as mat-button-* hide $mat-button-button-border-radius,
$mat-button-button-line-height, $mat-button-button-size, $mat-button-fab-border-radius,
$mat-button-fab-padding, $mat-button-fab-size, $mat-button-mini-fab-padding,
$mat-button-mini-fab-size, $mat-button-stroked-button-border-width,
$mat-button-stroked-button-line-height, $mat-button-stroked-button-padding, mat-button-fab,
mat-button-raised-button;
@forward 'button-base' as mat-icon-* hide $mat-icon-border-radius, $mat-icon-fab-border-radius,
$mat-icon-fab-padding, $mat-icon-fab-size, $mat-icon-focus-transition, $mat-icon-line-height,
$mat-icon-margin, $mat-icon-min-width, $mat-icon-mini-fab-padding, $mat-icon-mini-fab-size,
$mat-icon-padding, $mat-icon-stroked-button-border-width, $mat-icon-stroked-button-line-height,
$mat-icon-stroked-button-padding, mat-icon-base, mat-icon-fab, mat-icon-raised-button;

@import '../core/style/variables';
@import '../core/style/elevation';
Expand Down
5 changes: 4 additions & 1 deletion src/material/button/_button-theme.import.scss
@@ -1,7 +1,10 @@
@forward '../core/theming/theming.import';
@forward '../core/style/private.import';
@forward '../core/typography/typography-utils.import';
@forward './button-legacy-index';
@forward 'button-theme' hide color, theme, typography;
@forward 'button-theme' as mat-button-* hide $mat-button-ripple-opacity, mat-button-density,
mat-button-focus-overlay-color, mat-button-ripple-background, mat-button-ripple-color,
mat-button-theme-property;

@import '../core/theming/theming';
@import '../core/style/private';
Expand Down
3 changes: 2 additions & 1 deletion src/material/card/_card-theme.import.scss
@@ -1,7 +1,8 @@
@forward '../core/theming/theming.import';
@forward '../core/style/private.import';
@forward '../core/typography/typography-utils.import';
@forward './card-legacy-index';
@forward 'card-theme' hide color, theme, typography;
@forward 'card-theme' as mat-card-* hide mat-card-density;

@import '../core/theming/palette';
@import '../core/theming/theming';
Expand Down
3 changes: 2 additions & 1 deletion src/material/checkbox/_checkbox-theme.import.scss
@@ -1,6 +1,7 @@
@forward '../core/theming/theming.import';
@forward '../core/typography/typography-utils.import';
@forward './checkbox-legacy-index';
@forward 'checkbox-theme' hide color, theme, typography;
@forward 'checkbox-theme' as mat-checkbox-* hide mat-checkbox-density;

@import '../core/theming/theming';
@import '../core/typography/typography-utils';
7 changes: 6 additions & 1 deletion src/material/chips/_chips-theme.import.scss
@@ -1,7 +1,12 @@
@forward '../core/style/private.import';
@forward '../core/theming/theming.import';
@forward '../core/typography/typography-utils.import';
@forward './chips-legacy-index';
@forward 'chips-theme' hide $chip-remove-font-size, color, theme, typography;
@forward 'chips-theme' as mat-* hide mat-chip-element-color, mat-chip-theme-color, mat-color,
mat-density, mat-ripple-background, mat-theme, mat-typography;
@forward 'chips-theme' as mat-chips-* hide $mat-chips-chip-remove-font-size,
mat-chips-chip-element-color, mat-chips-chip-theme-color, mat-chips-density,
mat-chips-ripple-background;

@import '../core/style/private';
@import '../core/theming/palette';
Expand Down
1 change: 0 additions & 1 deletion src/material/core/_core-legacy-index.scss
Expand Up @@ -6,7 +6,6 @@
mat-core-mdc-strong-focus-indicators-positioning;
@forward 'core-theme' as mat-core-*;

@forward './theming/all-theme';
@forward './color/color-legacy-index';
@forward './density/private/density-legacy-index';
@forward './focus-indicators/focus-indicators-legacy-index';
Expand Down
8 changes: 7 additions & 1 deletion src/material/core/_core.import.scss
Expand Up @@ -41,7 +41,13 @@
@forward '../sort/sort-theme.import';
@forward '../tabs/tabs-theme.import';
@forward 'typography/all-typography';
@forward './core-legacy-index';
@forward 'core' hide core;
@forward 'core-theme' hide color, theme;
@forward 'core' as mat-* hide mat-mdc-core, mat-mdc-strong-focus-indicators-positioning;
@forward 'core-theme' as mat-* hide mat-color, mat-theme;
@forward 'core' as mat-core-* hide mat-core-mdc-core,
mat-core-mdc-strong-focus-indicators-positioning;
@forward 'core-theme' as mat-core-*;

@import '../../cdk/overlay';
@import '../../cdk/a11y';
Expand Down
2 changes: 1 addition & 1 deletion src/material/core/color/_all-color.import.scss
Expand Up @@ -47,7 +47,7 @@
@forward '../core' as mat-core-* hide mat-core-core;
@forward '../core-theme' as mat-core-*;
@forward '../theming/all-theme';
@forward './color-legacy-index';
@forward 'all-color';

@import '../theming/all-theme';
@import '../theming/theming';
2 changes: 1 addition & 1 deletion src/material/core/density/private/_all-density.import.scss
Expand Up @@ -5,7 +5,7 @@
@forward '../../../tree/tree-theme.import';
@forward '../../../paginator/paginator-theme.import';
@forward '../../../form-field/form-field-theme.import';
@forward './density-legacy-index';
@forward 'all-density' hide all-component-densities;

@import '../../theming/theming';
@import '../../../expansion/expansion-theme';
Expand Down
5 changes: 4 additions & 1 deletion src/material/core/density/private/_compatibility.import.scss
@@ -1 +1,4 @@
@forward './density-legacy-index';
@forward 'compatibility' hide $private-density-generate-at-root, $private-density-generate-styles,
private-density-legacy-compatibility, private-density-prop-value;
@forward 'compatibility' as mat-* hide $mat-default-scale, $mat-interval, $mat-maximum-scale,
$mat-minimum-scale, $mat-supported-scales;
Expand Up @@ -12,7 +12,11 @@ $mat-white-6-opacity, $mat-white-87-opacity;
@forward '../density/private/compatibility' as mat-*;
@forward '../theming/theming' as mat-*;
@forward '../style/layout-common' as mat-*;
@forward './focus-indicators-legacy-index';
@forward 'focus-indicators' hide private-strong-focus-indicators-positioning,
strong-focus-indicators;
@forward 'focus-indicators-theme' hide color, theme;
@forward 'focus-indicators' as mat-*;
@forward 'focus-indicators-theme' as mat-strong-focus-indicators-*;

@import '../theming/theming';
@import '../style/layout-common';
3 changes: 2 additions & 1 deletion src/material/core/option/_optgroup-theme.import.scss
Expand Up @@ -19,7 +19,8 @@ mat-line-typography-level;
@forward '../typography/typography-utils' as mat-typography-* hide mat-typography-font-family,
mat-typography-font-size, mat-typography-font-weight, mat-typography-height,
mat-typography-letter-spacing;
@forward './option-legacy-index';
@forward 'optgroup-theme' hide color, theme, typography;
@forward 'optgroup-theme' as mat-optgroup-* hide mat-optgroup-density;

@import '../theming/palette';
@import '../theming/theming';
Expand Down
3 changes: 2 additions & 1 deletion src/material/core/option/_option-theme.import.scss
Expand Up @@ -19,7 +19,8 @@ mat-line-typography-level;
@forward '../typography/typography-utils' as mat-typography-* hide mat-typography-font-family,
mat-typography-font-size, mat-typography-font-weight, mat-typography-height,
mat-typography-letter-spacing;
@forward './option-legacy-index';
@forward 'option-theme' hide color, theme, typography;
@forward 'option-theme' as mat-option-* hide mat-option-density;

@import '../theming/palette';
@import '../theming/theming';
Expand Down
4 changes: 3 additions & 1 deletion src/material/core/ripple/_ripple.import.scss
Expand Up @@ -12,7 +12,9 @@ $mat-white-6-opacity, $mat-white-87-opacity;
@forward '../density/private/compatibility' as mat-*;
@forward '../theming/theming' as mat-*;
@forward '../../../cdk/a11y/index.import';
@forward './ripple-legacy-index';
@forward 'ripple' as mat-* hide $mat-color-opacity;
@forward 'ripple' as mat-ripple-* hide mat-ripple-ripple;
@forward 'ripple-theme' as mat-ripple-*;

@import '../theming/theming';
@import '../../../cdk/a11y';
Expand Up @@ -11,6 +11,7 @@ $mat-light-focused, $mat-light-primary-text, $mat-light-secondary-text, $mat-whi
$mat-white-6-opacity, $mat-white-87-opacity;
@forward '../../density/private/compatibility' as mat-*;
@forward '../../theming/theming' as mat-*;
@forward './pseudo-checkbox-legacy-index';
@forward 'pseudo-checkbox-theme' hide color, theme, typography;
@forward 'pseudo-checkbox-theme' as mat-pseudo-checkbox-* hide mat-pseudo-checkbox-density;

@import '../../theming/theming';
3 changes: 2 additions & 1 deletion src/material/core/style/_button-common.import.scss
@@ -1,3 +1,4 @@
@forward './style-legacy-index';
@forward 'vendor-prefixes';
@forward 'button-common' as mat-button-*;

@import './vendor-prefixes';
10 changes: 9 additions & 1 deletion src/material/core/style/_checkbox-common.import.scss
@@ -1,3 +1,11 @@
@forward './style-legacy-index';
@forward 'variables' hide $fast-out-linear-in-timing-function, $fast-out-slow-in-timing-function,
$linear-out-slow-in-timing-function, $small, $toggle-padding, $toggle-size, $xsmall;
@forward 'variables' as mat-* hide $mat-ease-in-out-curve-function, $mat-pi, $mat-swift-ease-in,
$mat-swift-ease-in-duration, $mat-swift-ease-in-out, $mat-swift-ease-in-out-duration,
$mat-swift-ease-in-out-timing-function, $mat-swift-ease-in-timing-function, $mat-swift-ease-out,
$mat-swift-ease-out-duration, $mat-swift-ease-out-timing-function, $mat-swift-linear,
$mat-swift-linear-duration, $mat-swift-linear-timing-function, $mat-z-index-drawer,
$mat-z-index-fab;
@forward 'checkbox-common' as mat-checkbox-*;

@import './variables';
16 changes: 15 additions & 1 deletion src/material/core/style/_elevation.import.scss
@@ -1,3 +1,17 @@
@forward './style-legacy-index';
@forward 'variables' hide $fast-out-linear-in-timing-function, $fast-out-slow-in-timing-function,
$linear-out-slow-in-timing-function, $small, $toggle-padding, $toggle-size, $xsmall;
@forward 'variables' as mat-* hide $mat-ease-in-out-curve-function, $mat-pi, $mat-swift-ease-in,
$mat-swift-ease-in-duration, $mat-swift-ease-in-out, $mat-swift-ease-in-out-duration,
$mat-swift-ease-in-out-timing-function, $mat-swift-ease-in-timing-function, $mat-swift-ease-out,
$mat-swift-ease-out-duration, $mat-swift-ease-out-timing-function, $mat-swift-linear,
$mat-swift-linear-duration, $mat-swift-linear-timing-function, $mat-z-index-drawer,
$mat-z-index-fab;
@forward 'elevation' hide $color, $opacity, $prefix, $transition-duration,
$transition-timing-function, elevation, overridable-elevation, elevation-transition,
private-transition-property-value;
@forward 'elevation' as mat-* hide $mat-color, $mat-opacity, $mat-prefix, $mat-transition-duration,
$mat-transition-timing-function, mat-get-ambient-map, mat-get-penumbra-map, mat-get-umbra-map;
@forward 'elevation' as mat-elevation-* hide mat-elevation-elevation, mat-elevation-get-ambient-map,
mat-elevation-get-penumbra-map, mat-elevation-get-umbra-map, mat-elevation-overridable-elevation;

@import 'variables';
2 changes: 1 addition & 1 deletion src/material/core/style/_form-common.import.scss
Expand Up @@ -11,6 +11,6 @@ $mat-light-focused, $mat-light-primary-text, $mat-light-secondary-text, $mat-whi
$mat-white-6-opacity, $mat-white-87-opacity;
@forward '../density/private/compatibility' as mat-*;
@forward '../theming/theming' as mat-*;
@forward './style-legacy-index';
@forward 'form-common' as mat-*;

@import '../theming/theming';
2 changes: 1 addition & 1 deletion src/material/core/style/_layout-common.import.scss
@@ -1 +1 @@
@forward './style-legacy-index';
@forward 'layout-common' as mat-*;
3 changes: 2 additions & 1 deletion src/material/core/style/_list-common.import.scss
@@ -1 +1,2 @@
@forward './style-legacy-index';
@forward 'list-common' as mat-* hide mat-base, mat-wrapper-base;
@forward 'list-common' as mat-line-* hide mat-line-normalize-text, mat-line-truncate-line;
14 changes: 13 additions & 1 deletion src/material/core/style/_menu-common.import.scss
@@ -1,4 +1,16 @@
@forward './style-legacy-index';
@forward 'variables' hide $fast-out-linear-in-timing-function, $fast-out-slow-in-timing-function,
$linear-out-slow-in-timing-function, $small, $toggle-padding, $toggle-size, $xsmall;
@forward 'variables' as mat-* hide $mat-ease-in-out-curve-function, $mat-pi, $mat-swift-ease-in,
$mat-swift-ease-in-duration, $mat-swift-ease-in-out, $mat-swift-ease-in-out-duration,
$mat-swift-ease-in-out-timing-function, $mat-swift-ease-in-timing-function, $mat-swift-ease-out,
$mat-swift-ease-out-duration, $mat-swift-ease-out-timing-function, $mat-swift-linear,
$mat-swift-linear-duration, $mat-swift-linear-timing-function, $mat-z-index-drawer,
$mat-z-index-fab;
@forward 'list-common' as mat-* hide mat-base, mat-wrapper-base;
@forward 'list-common' as mat-line-* hide mat-line-normalize-text, mat-line-truncate-line;
@forward 'layout-common' as mat-*;
@forward 'vendor-prefixes';
@forward 'menu-common' as mat-menu-*;

@import './variables';
@import './list-common';
Expand Down
14 changes: 13 additions & 1 deletion src/material/core/style/_private.import.scss
@@ -1,3 +1,15 @@
@forward './style-legacy-index';
@forward 'variables' hide $fast-out-linear-in-timing-function, $fast-out-slow-in-timing-function,
$linear-out-slow-in-timing-function, $small, $toggle-padding, $toggle-size, $xsmall;
@forward 'variables' as mat-* hide $mat-ease-in-out-curve-function, $mat-pi, $mat-swift-ease-in,
$mat-swift-ease-in-duration, $mat-swift-ease-in-out, $mat-swift-ease-in-out-duration,
$mat-swift-ease-in-out-timing-function, $mat-swift-ease-in-timing-function, $mat-swift-ease-out,
$mat-swift-ease-out-duration, $mat-swift-ease-out-timing-function, $mat-swift-linear,
$mat-swift-linear-duration, $mat-swift-linear-timing-function, $mat-z-index-drawer,
$mat-z-index-fab;
@forward 'elevation' as mat-* hide $mat-color, $mat-opacity, $mat-prefix, $mat-transition-duration,
$mat-transition-timing-function, mat-transition, mat-transition-property-value;
@forward 'elevation' as mat-elevation-* hide mat-elevation-elevation,
mat-elevation-overridable-elevation;
@forward 'private' as mat-*;

@import './elevation';
9 changes: 8 additions & 1 deletion src/material/core/style/_variables.import.scss
@@ -1 +1,8 @@
@forward './style-legacy-index';
@forward 'variables' hide $fast-out-linear-in-timing-function, $fast-out-slow-in-timing-function,
$linear-out-slow-in-timing-function, $small, $toggle-padding, $toggle-size, $xsmall;
@forward 'variables' as mat-* hide $mat-ease-in-out-curve-function, $mat-pi, $mat-swift-ease-in,
$mat-swift-ease-in-duration, $mat-swift-ease-in-out, $mat-swift-ease-in-out-duration,
$mat-swift-ease-in-out-timing-function, $mat-swift-ease-in-timing-function, $mat-swift-ease-out,
$mat-swift-ease-out-duration, $mat-swift-ease-out-timing-function, $mat-swift-linear,
$mat-swift-linear-duration, $mat-swift-linear-timing-function, $mat-z-index-drawer,
$mat-z-index-fab;
2 changes: 1 addition & 1 deletion src/material/core/style/_vendor-prefixes.import.scss
@@ -1 +1 @@
@forward './style-legacy-index';
@forward 'vendor-prefixes';
2 changes: 1 addition & 1 deletion src/material/core/theming/_all-theme.import.scss
Expand Up @@ -46,7 +46,7 @@
@forward '../core-theme' as mat-* hide mat-color, mat-theme;
@forward '../core' as mat-core-* hide mat-core-core;
@forward '../core-theme' as mat-core-*;
@forward './theming-legacy-index';
@forward 'all-theme';

@import '../core';
@import '../../autocomplete/autocomplete-theme';
Expand Down
13 changes: 12 additions & 1 deletion src/material/core/theming/_palette.import.scss
@@ -1 +1,12 @@
@forward './theming-legacy-index';
@forward 'palette' hide $amber-palette, $blue-palette, $blue-gray-palette, $blue-grey-palette,
$brown-palette, $cyan-palette, $dark-theme-background-palette, $dark-theme-foreground-palette,
$deep-orange-palette, $deep-purple-palette, $gray-palette, $green-palette, $grey-palette,
$indigo-palette, $light-blue-palette, $light-green-palette, $light-theme-background-palette,
$light-theme-foreground-palette, $lime-palette, $orange-palette, $pink-palette, $purple-palette,
$red-palette, $teal-palette, $yellow-palette;
@forward 'palette' as mat-* hide $mat-black-12-opacity, $mat-black-6-opacity, $mat-black-87-opacity,
$mat-dark-disabled-text, $mat-dark-dividers, $mat-dark-focused, $mat-dark-primary-text,
$mat-dark-secondary-text, $mat-light-disabled-text, $mat-light-dividers, $mat-light-focused,
$mat-light-primary-text, $mat-light-secondary-text, $mat-white-12-opacity, $mat-white-6-opacity,
$mat-white-87-opacity;
@forward 'palette-deprecated' as mat-*;
1 change: 1 addition & 0 deletions src/material/core/theming/_theming-legacy-index.scss
Expand Up @@ -19,3 +19,4 @@ private-is-theme-object, private-legacy-get-theme;
$mat-theme-emitted-density, $mat-theme-emitted-typography, $mat-theme-generate-default-density,
mat-create-dark-color-config, mat-create-light-color-config, mat-validate-theme;
@forward 'theming-deprecated' as mat-*;
@forward 'all-theme';
21 changes: 20 additions & 1 deletion src/material/core/theming/_theming.import.scss
@@ -1,5 +1,24 @@
@forward 'palette' hide $amber-palette, $blue-palette, $blue-gray-palette,
$blue-grey-palette, $brown-palette, $cyan-palette, $dark-theme-background-palette,
$dark-theme-foreground-palette, $deep-orange-palette, $deep-purple-palette, $gray-palette,
$green-palette, $grey-palette, $indigo-palette, $light-blue-palette, $light-green-palette,
$light-theme-background-palette, $light-theme-foreground-palette, $lime-palette, $orange-palette,
$pink-palette, $purple-palette, $red-palette, $teal-palette, $yellow-palette;
@forward 'palette' as mat-* hide $mat-black-12-opacity, $mat-black-6-opacity, $mat-black-87-opacity,
$mat-dark-disabled-text, $mat-dark-dividers, $mat-dark-focused, $mat-dark-primary-text,
$mat-dark-secondary-text, $mat-light-disabled-text, $mat-light-dividers, $mat-light-focused,
$mat-light-primary-text, $mat-light-secondary-text, $mat-white-12-opacity, $mat-white-6-opacity,
$mat-white-87-opacity;
@forward '../density/private/compatibility' as mat-*;
@forward './theming-legacy-index';
@forward 'theming' hide $theme-ignore-duplication-warnings, get-color-from-palette,
get-color-config, get-density-config, get-typography-config, define-palette, define-light-theme,
define-dark-theme, private-check-duplicate-theme-styles,
private-create-backwards-compatibility-theme, private-is-legacy-constructed-theme,
private-is-theme-object, private-legacy-get-theme;
@forward 'theming' as mat-* hide $mat-theme-duplicate-warning, $mat-theme-emitted-color,
$mat-theme-emitted-density, $mat-theme-emitted-typography, $mat-theme-generate-default-density,
mat-create-dark-color-config, mat-create-light-color-config, mat-validate-theme;
@forward 'theming-deprecated' as mat-*;

@import 'palette';
@import '../density/private/compatibility';
2 changes: 1 addition & 1 deletion src/material/core/typography/_all-typography.import.scss
Expand Up @@ -35,7 +35,7 @@
@forward '../../tabs/tabs-theme.import';
@forward '../option/option-theme.import';
@forward '../option/optgroup-theme.import';
@forward './typography-legacy-index';
@forward 'all-typography';

@import './typography';
@import '../../autocomplete/autocomplete-theme';
Expand Down
10 changes: 9 additions & 1 deletion src/material/core/typography/_typography-utils.import.scss
@@ -1 +1,9 @@
@forward './typography-legacy-index';
@forward 'typography-utils' hide font-family, font-shorthand, font-size, font-weight, line-height,
letter-spacing, typography-level;
@forward 'typography-utils' as mat-* hide mat-font-shorthand, mat-get-type-value,
mat-typography-level;
@forward 'typography-utils' as mat-typography-* hide mat-typography-font-family,
mat-typography-font-size, mat-typography-font-weight, mat-typography-get-type-value,
mat-typography-line-height, mat-typography-letter-spacing;
@forward 'typography-deprecated' as mat-typography-*;
@forward 'typography-utils-deprecated' as mat-typography-*;

0 comments on commit 68b9c67

Please sign in to comment.