Skip to content

Commit ccf2b60

Browse files
authored
docs(material-experimental/mdc-core): fix scss examples (#21740)
1 parent 3594a5e commit ccf2b60

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

src/material-experimental/mdc-autocomplete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ component by following these steps:
7070
));
7171

7272
@include mat-mdc-autocomplete-theme($my-theme);
73-
@include mat-mdc-autocomplete-typography();
73+
@include mat-mdc-autocomplete-typography($my-theme);
7474
```
7575

7676
## API differences

src/material-experimental/mdc-checkbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ component by following these steps:
6666
));
6767

6868
@include mat-mdc-checkbox-theme($my-theme);
69-
@include mat-mdc-checkbox-typography();
69+
@include mat-mdc-checkbox-typography($my-theme);
7070
```
7171

7272
## API differences

src/material-experimental/mdc-menu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ component by following these steps:
7070
));
7171

7272
@include mat-mdc-menu-theme($my-theme);
73-
@include mat-mdc-menu-typography();
73+
@include mat-mdc-menu-typography($my-theme);
7474
```
7575

7676
## API differences

src/material-experimental/mdc-paginator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ component by following these steps:
6666
));
6767

6868
@include mat-mdc-paginator-theme($my-theme);
69-
@include mat-mdc-paginator-typography();
69+
@include mat-mdc-paginator-typography($my-theme);
7070
```
7171

7272
## API differences

src/material-experimental/mdc-progress-bar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ component by following these steps:
6767
));
6868

6969
@include mat-mdc-progress-bar-theme($my-theme);
70-
@include mat-mdc-progress-bar-typography();
70+
@include mat-mdc-progress-bar-typography($my-theme);
7171
```
7272

7373
## Replacing the standard progress bar in an existing app

src/material-experimental/mdc-progress-spinner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ component by following these steps:
6767
));
6868

6969
@include mat-mdc-progress-spinner-theme($my-theme);
70-
@include mat-mdc-progress-spinner-typography();
70+
@include mat-mdc-progress-spinner-typography($my-theme);
7171
```
7272

7373
## Replacing the standard progress spinner in an existing app

src/material-experimental/mdc-select/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ component by following these steps:
7474
));
7575

7676
@include mat-mdc-select-theme($my-theme);
77-
@include mat-mdc-select-typography();
77+
@include mat-mdc-select-typography($my-theme);
7878
```
7979

8080
## API differences

src/material-experimental/mdc-slide-toggle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ component by following these steps:
6666
));
6767

6868
@include mat-mdc-slide-toggle-theme($my-theme);
69-
@include mat-mdc-slide-toggle-typography();
69+
@include mat-mdc-slide-toggle-typography($my-theme);
7070
```
7171

7272
## Replacing the standard slide toggle in an existing app

src/material-experimental/mdc-tabs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ component by following these steps:
7070
));
7171

7272
@include mat-mdc-tabs-theme($my-theme);
73-
@include mat-mdc-tabs-typography();
73+
@include mat-mdc-tabs-typography($my-theme);
7474
```
7575

7676
## API differences

0 commit comments

Comments
 (0)