Sha256: b764493b32ee99060cbf78a1ccd50b5a639cf84b056e52f43e1d0129df4737cf

Contents?: true

Size: 311 Bytes

Versions: 186

Compression:

Stored size: 311 Bytes

Contents

// stylelint-disable selector-no-qualifying-type

.fade {
  @include transition($transition-fade);

  &:not(.show) {
    opacity: 0;
  }
}

.collapse {
  &:not(.show) {
    display: none;
  }
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  @include transition($transition-collapse);
}

Version data entries

186 entries across 184 versions & 25 rubygems

Version Path
card-1.98.1 mod/bootstrap/vendor/bootstrap/scss/_transitions.scss
card-1.98.0 mod/bootstrap/vendor/bootstrap/scss/_transitions.scss
yoyoyo-0.0.9 _sass/_transitions.scss
yoyoyo-0.0.8 _sass/_transitions.scss
yoyoyo-0.0.7 _sass/_transitions.scss
yoyoyo-0.0.6 _sass/_transitions.scss
vbax-becky_thatcher-0.9.0 lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss
my_assets-0.0.7 vendor/assets/stylesheets/bootstrap/_transitions.scss
my_assets-0.0.6 vendor/assets/stylesheets/bootstrap/_transitions.scss
vbax-becky_thatcher-0.8.0 lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss
hardpool-flat-2.0.0 _sass/bootstrap/_transitions.scss
vbax-becky_thatcher-0.7.0 lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss
hardpool-flat-1.0.0 _sass/bootstrap/_transitions.scss
vbax-becky_thatcher-0.6.0 lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss
vbax-becky_thatcher-0.5.0 lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss
vbax-becky_thatcher-0.4.0 lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss
vbax-becky_thatcher-0.3.0 lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss
vbax-becky_thatcher-0.2.0 lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss
hardpool-flat-0.1.0 _sass/bootstrap/_transitions.scss
vbax-becky_thatcher-0.1.0 lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss