.collapse { &:not(.show) { display: none; } } .collapsing { height: 0; overflow: hidden; @include transition($transition-collapse); } ...
確定! 回上一頁