Skip to content

Commit 67910c2

Browse files
committed
feat(material/legacy-progress-bar): step 3. rename sass mixins
1 parent 582b061 commit 67910c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/material/_index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
@forward './menu/menu-theme' as menu-* show menu-theme, menu-color, menu-typography;
9393
@forward './paginator/paginator-theme' as paginator-* show paginator-theme, paginator-color,
9494
paginator-typography;
95-
@forward './legacy-progress-bar/progress-bar-theme' as progress-bar-* show progress-bar-theme,
96-
progress-bar-color, progress-bar-typography;
95+
@forward './legacy-progress-bar/progress-bar-theme' as legacy-progress-bar-* show
96+
legacy-progress-bar-theme, progress-bar-color, progress-bar-typography;
9797
@forward './progress-spinner/progress-spinner-theme' as progress-spinner-* show
9898
progress-spinner-theme, progress-spinner-color, progress-spinner-typography;
9999
@forward './radio/radio-theme' as radio-* show radio-theme, radio-color, radio-typography;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@forward 'progress-bar-theme' hide color, theme, typography;
2-
@forward 'progress-bar-theme' as mat-progress-bar-* hide mat-progress-bar-density;
2+
@forward 'progress-bar-theme' as mat-legacy-progress-bar-* hide mat-legacy-progress-bar-density;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@forward '../core/theming/theming.import';
22
@forward 'progress-bar-theme' hide color, theme, typography;
3-
@forward 'progress-bar-theme' as mat-progress-bar-* hide mat-progress-bar-density;
3+
@forward 'progress-bar-theme' as mat-legacy-progress-bar-* hide mat-legacy-progress-bar-density;
44

55
@import '../core/theming/palette';
66
@import '../core/theming/theming';

0 commit comments

Comments
 (0)