This was my attempt at making a really simple accordion with minimalistic code, taking advantage of a combination of scss and javascript.
It utilizes the offsetHeight method to measure the height of all the elements inside it, even if the max-height is set to 0 on the containing element, and as such, is pretty agnostic about what's contained inside!
Here's a demo: https://codepen.io/zephyr/pen/VWNNdg