|
43 | 43 | @mixin all-component-themes($theme) { |
44 | 44 | $dedupe-key: 'angular-material-theme'; |
45 | 45 | @include theming.private-check-duplicate-theme-styles($theme, $dedupe-key) { |
| 46 | + @include autocomplete-theme.theme($theme); |
| 47 | + |
46 | 48 | @include core-theme.theme($theme); |
47 | 49 | @include card-theme.theme($theme); |
48 | 50 | @include progress-bar-theme.theme($theme); |
49 | 51 | @include tooltip-theme.theme($theme); |
50 | 52 | @include form-field-theme.theme($theme); |
51 | 53 | @include input-theme.theme($theme); |
52 | 54 | @include select-theme.theme($theme); |
53 | | - @include autocomplete-theme.theme($theme); |
54 | 55 | @include dialog-theme.theme($theme); |
55 | 56 | @include chips-theme.theme($theme); |
56 | 57 | @include slide-toggle-theme.theme($theme); |
|
126 | 127 | } |
127 | 128 |
|
128 | 129 | @mixin all-component-colors($theme) { |
| 130 | + @include autocomplete-theme.color($theme); |
| 131 | + |
129 | 132 | @include core-theme.color($theme); |
130 | 133 | @include card-theme.color($theme); |
131 | 134 | @include progress-bar-theme.color($theme); |
132 | 135 | @include tooltip-theme.color($theme); |
133 | 136 | @include form-field-theme.color($theme); |
134 | 137 | @include input-theme.color($theme); |
135 | 138 | @include select-theme.color($theme); |
136 | | - @include autocomplete-theme.color($theme); |
137 | 139 | @include dialog-theme.color($theme); |
138 | 140 | @include chips-theme.color($theme); |
139 | 141 | @include slide-toggle-theme.color($theme); |
|
0 commit comments