// // Component animations // -------------------------------------------------- .collapse { position: relative; height: 0; overflow: hidden; overflow: visible \9; .transition(height .35s ease); &.in { height: auto; } }