mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
19e996c623
[skip sauce] [skip validator]
8 lines
118 B
SCSS
8 lines
118 B
SCSS
// Responsive utilities
|
|
|
|
@mixin responsive-invisibility($parent) {
|
|
#{$parent} {
|
|
display: none !important;
|
|
}
|
|
}
|