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