Current Path : C:/Users/ITO/Desktop/From USB/vendors/bootstrap/scss/ |
Current File : C:/Users/ITO/Desktop/From USB/vendors/bootstrap/scss/_transitions.scss |
.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); }