Scss - expand menu #sass #css
.class-name { max-height: 0; overflow: hidden; @include transition(max-height 0.3s ease-out); &.opened { max-height: 85em; } }