Sha256: ab7bb1124842c4ac00db90409b50ab25bab0ca2f7bc8f7e0173f3b638ee2ce5b

Contents?: true

Size: 281 Bytes

Versions: 6

Compression:

Stored size: 281 Bytes

Contents

.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

6 entries across 6 versions & 2 rubygems

Version Path
chulapa-jekyll-1.1.0 _sass/bootstrap/_transitions.scss
chulapa-jekyll-1.0.1 _sass/bootstrap/_transitions.scss
chulapa-jekyll-1.0.0 _sass/bootstrap/_transitions.scss
mancalledmountain-theme-0.1.2 _sass/vendors/bootstrap/_transitions.scss
mancalledmountain-theme-0.1.1 _sass/vendors/bootstrap/_transitions.scss
mancalledmountain-theme-0.1.0 _sass/vendors/bootstrap/_transitions.scss