@@ -56,6 +56,9 @@ describe('theme base mixins migration', () => {
5656 // Please note: you do not need to include the 'base' mixins, if you include the corresponding
5757 // 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
5858 //
59+ // To learn more about "base" theme styles visit our theming guide:
60+ // https://material.angular.io/guide/theming#theming-dimensions
61+ //
5962 // TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
6063 // your theme to them. This will ensure the correct values for your app are included.
6164 @include mat.button-base(/* TODO(v17): pass $your-theme here */);
@@ -91,6 +94,9 @@ describe('theme base mixins migration', () => {
9194 // Please note: you do not need to include the 'base' mixins, if you include the corresponding
9295 // 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
9396 //
97+ // To learn more about "base" theme styles visit our theming guide:
98+ // https://material.angular.io/guide/theming#theming-dimensions
99+ //
94100 // TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
95101 // your theme to them. This will ensure the correct values for your app are included.
96102 @include material.all-component-bases(/* TODO(v17): pass $your-theme here */);
@@ -123,6 +129,9 @@ describe('theme base mixins migration', () => {
123129 // Please note: you do not need to include the 'base' mixins, if you include the corresponding
124130 // 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
125131 //
132+ // To learn more about "base" theme styles visit our theming guide:
133+ // https://material.angular.io/guide/theming#theming-dimensions
134+ //
126135 // TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
127136 // your theme to them. This will ensure the correct values for your app are included.
128137 @include mat.card-base(/* TODO(v17): pass $your-theme here */);
@@ -160,6 +169,9 @@ describe('theme base mixins migration', () => {
160169 // Please note: you do not need to include the 'base' mixins, if you include the corresponding
161170 // 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
162171 //
172+ // To learn more about "base" theme styles visit our theming guide:
173+ // https://material.angular.io/guide/theming#theming-dimensions
174+ //
163175 // TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
164176 // your theme to them. This will ensure the correct values for your app are included.
165177 @include mat.all-component-bases(/* TODO(v17): pass $your-theme here */);
@@ -225,6 +237,9 @@ describe('theme base mixins migration', () => {
225237 // Please note: you do not need to include the 'base' mixins, if you include the corresponding
226238 // 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
227239 //
240+ // To learn more about "base" theme styles visit our theming guide:
241+ // https://material.angular.io/guide/theming#theming-dimensions
242+ //
228243 // TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
229244 // your theme to them. This will ensure the correct values for your app are included.
230245 @include mat.slider-base(/* TODO(v17): pass $your-theme here */);
@@ -244,6 +259,9 @@ describe('theme base mixins migration', () => {
244259 // Please note: you do not need to include the 'base' mixins, if you include the corresponding
245260 // 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
246261 //
262+ // To learn more about "base" theme styles visit our theming guide:
263+ // https://material.angular.io/guide/theming#theming-dimensions
264+ //
247265 // TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
248266 // your theme to them. This will ensure the correct values for your app are included.
249267 @include mat.slider-base(/* TODO(v17): pass $your-theme here */);
@@ -296,6 +314,9 @@ describe('theme base mixins migration', () => {
296314 // Please note: you do not need to include the 'base' mixins, if you include the corresponding
297315 // 'theme' mixin elsewhere in your Sass. The full 'theme' mixins already include the base styles.
298316 //
317+ // To learn more about "base" theme styles visit our theming guide:
318+ // https://material.angular.io/guide/theming#theming-dimensions
319+ //
299320 // TODO(v17): Please move these @include statements to the preferred place in your Sass, and pass
300321 // your theme to them. This will ensure the correct values for your app are included.
301322 @include mat.form-field-base(/* TODO(v17): pass $your-theme here */);
0 commit comments