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