Skip to content

Commit

Permalink
fix: Remove scss extensions from @material/mdc-* imports (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnelliott authored and Matt Goo committed May 24, 2018
1 parent 203cf34 commit 46b7f08
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"button",
"card",
"fab",
"floating-label",
"line-ripple",
"ripple",
"top-app-bar",
"infrastructure"
Expand Down
2 changes: 1 addition & 1 deletion packages/button/index.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "@material/button/mdc-button.scss";
@import "@material/button/mdc-button";
2 changes: 1 addition & 1 deletion packages/card/index.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "@material/card/mdc-card.scss";
@import "@material/card/mdc-card";
2 changes: 1 addition & 1 deletion packages/floating-label/index.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "@material/floating-label/mdc-floating-label.scss";
@import "@material/floating-label/mdc-floating-label";
2 changes: 1 addition & 1 deletion packages/line-ripple/index.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "@material/line-ripple/mdc-line-ripple.scss";
@import "@material/line-ripple/mdc-line-ripple";

0 comments on commit 46b7f08

Please sign in to comment.