Skip to content

Commit

Permalink
made unknown @extend optional
Browse files Browse the repository at this point in the history
i cant find the definition for `mddtp-picker__selected`anywhere. so i made it optional for now so the webpack build works again
  • Loading branch information
digitalkaoz committed Apr 26, 2016
1 parent 0db7834 commit c6568d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
pointer-events: all;
cursor: pointer;
&:hover {
@extend .mddtp-picker__selected;
@extend .mddtp-picker__selected !optional;
}
}
}
Expand Down

0 comments on commit c6568d1

Please sign in to comment.