Skip to content

Commit

Permalink
docs: update button markup for getting started guide (#5405)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncLiz authored Jan 6, 2020
1 parent 7be9e4a commit c8bb8dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ Then add `postcss-loader`, using `autoprefixer` as a plugin:
```html
<body>
<button class="foo-button mdc-button">
Button
<div class="mdc-button__ripple"></div>
<span class="mdc-button__label">Button</span>
</button>
</body>
```
Expand Down

0 comments on commit c8bb8dd

Please sign in to comment.