Skip to content

Commit

Permalink
Merge pull request #32 from digitalkaoz/patch-1
Browse files Browse the repository at this point in the history
made unknown @extend optional
  • Loading branch information
puranjayjain committed Apr 27, 2016
2 parents 0db7834 + c6568d1 commit cdf7d5e
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 cdf7d5e

Please sign in to comment.