Skip to content

Commit

Permalink
docs(material-experimental/mdc-core): fix scss examples (#21740)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny authored Jan 30, 2021
1 parent 3594a5e commit ccf2b60
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-autocomplete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ component by following these steps:
));
@include mat-mdc-autocomplete-theme($my-theme);
@include mat-mdc-autocomplete-typography();
@include mat-mdc-autocomplete-typography($my-theme);
```
## API differences
Expand Down
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-checkbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ component by following these steps:
));
@include mat-mdc-checkbox-theme($my-theme);
@include mat-mdc-checkbox-typography();
@include mat-mdc-checkbox-typography($my-theme);
```
## API differences
Expand Down
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-menu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ component by following these steps:
));
@include mat-mdc-menu-theme($my-theme);
@include mat-mdc-menu-typography();
@include mat-mdc-menu-typography($my-theme);
```
## API differences
Expand Down
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-paginator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ component by following these steps:
));
@include mat-mdc-paginator-theme($my-theme);
@include mat-mdc-paginator-typography();
@include mat-mdc-paginator-typography($my-theme);
```
## API differences
Expand Down
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-progress-bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ component by following these steps:
));
@include mat-mdc-progress-bar-theme($my-theme);
@include mat-mdc-progress-bar-typography();
@include mat-mdc-progress-bar-typography($my-theme);
```
## Replacing the standard progress bar in an existing app
Expand Down
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-progress-spinner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ component by following these steps:
));
@include mat-mdc-progress-spinner-theme($my-theme);
@include mat-mdc-progress-spinner-typography();
@include mat-mdc-progress-spinner-typography($my-theme);
```
## Replacing the standard progress spinner in an existing app
Expand Down
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-select/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ component by following these steps:
));
@include mat-mdc-select-theme($my-theme);
@include mat-mdc-select-typography();
@include mat-mdc-select-typography($my-theme);
```
## API differences
Expand Down
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-slide-toggle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ component by following these steps:
));
@include mat-mdc-slide-toggle-theme($my-theme);
@include mat-mdc-slide-toggle-typography();
@include mat-mdc-slide-toggle-typography($my-theme);
```
## Replacing the standard slide toggle in an existing app
Expand Down
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ component by following these steps:
));
@include mat-mdc-tabs-theme($my-theme);
@include mat-mdc-tabs-typography();
@include mat-mdc-tabs-typography($my-theme);
```
## API differences
Expand Down

0 comments on commit ccf2b60

Please sign in to comment.