mirror of https://github.com/twbs/bootstrap.git
8 lines
118 B
SCSS
8 lines
118 B
SCSS
|
// Responsive utilities
|
||
|
|
||
|
@mixin responsive-invisibility($parent) {
|
||
|
#{$parent} {
|
||
|
display: none !important;
|
||
|
}
|
||
|
}
|