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

docs(drawer): Fix typo in README.md #3493

Merged
merged 3 commits into from
Sep 4, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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