Skip to content

Commit

Permalink
fix(card): Remove unused dep/import and add missing dep (#2234)
Browse files Browse the repository at this point in the history
Fixes #2231
  • Loading branch information
acdvorak authored Feb 12, 2018
1 parent 229e590 commit a6de863
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/mdc-card/mdc-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
//

@import "@material/elevation/mixins";
@import "@material/icon-toggle/mixins";
@import "@material/theme/mixins";
@import "@material/ripple/mixins";
@import "@material/rtl/mixins";
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@material/elevation": "^0.28.0",
"@material/theme": "^0.30.0",
"@material/typography": "^0.28.0",
"@material/ripple": "^0.30.0",
"@material/rtl": "^0.30.0"
}
}

0 comments on commit a6de863

Please sign in to comment.