Skip to content

Commit

Permalink
Merge branch 'master' into chore/bem-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro authored Sep 4, 2018
2 parents efc130f + 8652ffd commit eabcdbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-drawer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ npm install @material/drawer
### Styles

```scss
@import "@material/drawer/mdc-list";
@import "@material/drawer/mdc-drawer";
@import "@material/list/mdc-list";
```

### JavaScript Instantiation
Expand Down Expand Up @@ -221,7 +221,7 @@ In the following example, the `mdc-drawer__content` and `main-content` elements
</header>

<main class="main-content" id="main-content">
<div class="mdc-top-app-bar--fixed-adjust"></div>
<div class="mdc-top-app-bar--fixed-adjust">
App Content
</div>
</main>
Expand Down

0 comments on commit eabcdbb

Please sign in to comment.