Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
WIP: Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
acdvorak committed Dec 11, 2018
1 parent 40c51b8 commit ee7bdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-snackbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Action buttons with long text should be positioned _below_ the label instead of
Alternatively, you can call the `mdc-snackbar-layout-stacked` mixin from Sass:

```scss
@media (min-width: $mdc-snackbar-mobile-breakpoint) {
@media (max-width: $mdc-snackbar-mobile-breakpoint) {
.my-snackbar {
@include mdc-snackbar-layout-stacked;
}
Expand Down

0 comments on commit ee7bdc9

Please sign in to comment.