Skip to content

Commit

Permalink
other displayTypes are now hidden as well
Browse files Browse the repository at this point in the history
resolves #8
  • Loading branch information
meodai committed Oct 7, 2014
1 parent ae87cee commit 496011c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _responsive-visibility.scss
Expand Up @@ -57,6 +57,11 @@
#{$invisibles} {
display: none !important;
visibility: hidden;
@each $display in $displayTypes {
&--#{$display} {
display: none !important;
}
}
}
}
}
Expand Down

0 comments on commit 496011c

Please sign in to comment.