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

Commit

Permalink
WIP cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed Mar 8, 2018
1 parent 0078d50 commit 917f336
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mdc-image-list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ CSS Class | Description
`mdc-image-list__item` | Mandatory. Indicates each item in an Image List.
`mdc-image-list__image-aspect-container` | Optional. Parent of each item's image element, responsible for constraining aspect ratio. This element may be omitted entirely if images are alreadysized to the correct aspect ratio.
`mdc-image-list__image` | Mandatory. Indicates the image element in each item.
`mdc-image-list__supporting` | Optional. Indicates the area within each item containing the supporting text label.
`mdc-image-list__supporting` | Optional. Indicates the area within each item containing the supporting text label, if the Image List contains text labels.
`mdc-image-list__label` | Optional. Indicates the text label in each item, if the Image List contains text labels.

### Sass Mixins
Expand Down
1 change: 0 additions & 1 deletion packages/mdc-image-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"image list"
],
"dependencies": {
"@material/base": "^0.29.0",
"@material/theme": "^0.30.0",
"@material/typography": "^0.28.0"
},
Expand Down

0 comments on commit 917f336

Please sign in to comment.