Sha256: 83a5e2c1035b671cb3a2f8e9557e5dfa186ac7c335b35617b598fedb6b783c2a

Contents?: true

Size: 514 Bytes

Versions: 1092

Compression:

Stored size: 514 Bytes

Contents

// Responsive utilities

//
// More easily include all the states for responsive-utilities.less.
// [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

1,092 entries across 1,079 versions & 43 rubygems

Version Path
jumbo-jekyll-theme-5.5.4 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-5.5.3 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-5.5.2 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-5.5.1 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-5.5.0 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-5.4.0 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-5.3.4 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-5.3.3 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-5.3.2 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-5.3.1 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-5.3.0 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-5.2.1 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-5.2.0 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-4.9.0 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-4.8.4 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-4.8.3 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-4.8.2 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-4.8 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-4.7.8 _sass/bootstrap/mixins/_responsive-visibility.scss
jumbo-jekyll-theme-4.7.7 _sass/bootstrap/mixins/_responsive-visibility.scss