@@ -56,6 +56,9 @@ describe('theme base mixins migration', () => {
56
56
// Please note: you do not need to include the 'base' mixins, if you include the corresponding
57
57
// 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
58
58
//
59
+ // To learn more about "base" theme styles visit our theming guide:
60
+ // https://material.angular.io/guide/theming#theming-dimensions
61
+ //
59
62
// TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
60
63
// your theme to them. This will ensure the correct values for your app are included.
61
64
@include mat.button-base(/* TODO(v17): pass $your-theme here */);
@@ -91,6 +94,9 @@ describe('theme base mixins migration', () => {
91
94
// Please note: you do not need to include the 'base' mixins, if you include the corresponding
92
95
// 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
93
96
//
97
+ // To learn more about "base" theme styles visit our theming guide:
98
+ // https://material.angular.io/guide/theming#theming-dimensions
99
+ //
94
100
// TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
95
101
// your theme to them. This will ensure the correct values for your app are included.
96
102
@include material.all-component-bases(/* TODO(v17): pass $your-theme here */);
@@ -123,6 +129,9 @@ describe('theme base mixins migration', () => {
123
129
// Please note: you do not need to include the 'base' mixins, if you include the corresponding
124
130
// 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
125
131
//
132
+ // To learn more about "base" theme styles visit our theming guide:
133
+ // https://material.angular.io/guide/theming#theming-dimensions
134
+ //
126
135
// TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
127
136
// your theme to them. This will ensure the correct values for your app are included.
128
137
@include mat.card-base(/* TODO(v17): pass $your-theme here */);
@@ -160,6 +169,9 @@ describe('theme base mixins migration', () => {
160
169
// Please note: you do not need to include the 'base' mixins, if you include the corresponding
161
170
// 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
162
171
//
172
+ // To learn more about "base" theme styles visit our theming guide:
173
+ // https://material.angular.io/guide/theming#theming-dimensions
174
+ //
163
175
// TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
164
176
// your theme to them. This will ensure the correct values for your app are included.
165
177
@include mat.all-component-bases(/* TODO(v17): pass $your-theme here */);
@@ -225,6 +237,9 @@ describe('theme base mixins migration', () => {
225
237
// Please note: you do not need to include the 'base' mixins, if you include the corresponding
226
238
// 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
227
239
//
240
+ // To learn more about "base" theme styles visit our theming guide:
241
+ // https://material.angular.io/guide/theming#theming-dimensions
242
+ //
228
243
// TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
229
244
// your theme to them. This will ensure the correct values for your app are included.
230
245
@include mat.slider-base(/* TODO(v17): pass $your-theme here */);
@@ -244,6 +259,9 @@ describe('theme base mixins migration', () => {
244
259
// Please note: you do not need to include the 'base' mixins, if you include the corresponding
245
260
// 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
246
261
//
262
+ // To learn more about "base" theme styles visit our theming guide:
263
+ // https://material.angular.io/guide/theming#theming-dimensions
264
+ //
247
265
// TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
248
266
// your theme to them. This will ensure the correct values for your app are included.
249
267
@include mat.slider-base(/* TODO(v17): pass $your-theme here */);
@@ -296,6 +314,9 @@ describe('theme base mixins migration', () => {
296
314
// Please note: you do not need to include the 'base' mixins, if you include the corresponding
297
315
// 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
298
316
//
317
+ // To learn more about "base" theme styles visit our theming guide:
318
+ // https://material.angular.io/guide/theming#theming-dimensions
319
+ //
299
320
// TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
300
321
// your theme to them. This will ensure the correct values for your app are included.
301
322
@include mat.form-field-base(/* TODO(v17): pass $your-theme here */);
0 commit comments