Sha256: 566aba76ecd20cc0a982c76019d6a0152ea6bc16a685ea7a9aef8767f4f855bd

Contents?: true

Size: 417 Bytes

Versions: 163

Compression:

Stored size: 417 Bytes

Contents

// [converter] $parent hack
@mixin responsive-visibility($parent) {
  #{$parent} {
    display: block !important;
  }
  table#{$parent}  { display: table !important; }
  tr#{$parent}     { display: table-row !important; }
  th#{$parent},
  td#{$parent}     { display: table-cell !important; }
}

// [converter] $parent hack
@mixin responsive-invisibility($parent) {
  #{$parent} {
    display: none !important;
  }
}

Version data entries

163 entries across 120 versions & 10 rubygems

Version Path
bootstrap-sass-3.4.1 assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss
twbs_sass_rails-7.0.0 vendor/assets/stylesheets/twbs/bootstrap/mixins/_responsive-visibility.scss
bootstrap-sass-3.4.0 assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss