Skip to content

Commit

Permalink
docs(grid-list): Declare variable before import styles (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored and lynnmercier committed Jun 27, 2017
1 parent 2c09d45 commit f54fc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-grid-list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ overwrite the default value for your grid list:
You can overwrite the scss variable by

```scss
@import "@material/grid-list/mdc-grid-list";
$mdc-grid-list-tile-width: 300px;
@import "@material/grid-list/mdc-grid-list";
```

3. Add own style to tile
Expand Down

0 comments on commit f54fc38

Please sign in to comment.