Skip to content

Commit

Permalink
fix(multiselect): incorrect styling when importing styles separately
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-gancheva committed Sep 10, 2018
1 parent 13a69b4 commit e5ea1ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/bootstrap/scss/multiselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
// Dependencies
@import "common/all";
@import "button";
@import "popup";


// Component
@import "multiselect/layout";
@import "multiselect/theme";
@import "multiselect/theme";
1 change: 1 addition & 0 deletions packages/default/scss/multiselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@import "common/all";
@import "common/forms";
@import "button";
@import "popup";


// Component
Expand Down
1 change: 1 addition & 0 deletions packages/material/scss/multiselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@import "common/all";
@import "common/forms";
@import "button";
@import "popup";


// Component
Expand Down

0 comments on commit e5ea1ed

Please sign in to comment.