Skip to content

Commit

Permalink
fix(expansionpanel): import missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and joneff committed Jun 1, 2021
1 parent 6b80a33 commit a4164ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bootstrap/scss/expansion-panel/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

// Dependencies
@import "../common/_index.scss";
@import "../utils/_display.scss";
@import "../utils/_spacer.scss";
@import "../icons/_index.scss";


Expand Down
2 changes: 2 additions & 0 deletions packages/default/scss/expansion-panel/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

// Dependencies
@import "../common/_index.scss";
@import "../utils/_display.scss";
@import "../utils/_spacer.scss";
@import "../icons/_index.scss";


Expand Down
2 changes: 2 additions & 0 deletions packages/material/scss/expansion-panel/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

// Dependencies
@import "../common/_index.scss";
@import "../utils/_display.scss";
@import "../utils/_spacer.scss";
@import "../icons/_index.scss";


Expand Down

0 comments on commit a4164ad

Please sign in to comment.