This repository has been archived by the owner on Aug 31, 2022. It is now read-only.
Add collapsible-expanded class for use in styling exceptions. Note: don't use this class to hide collapsed content. For that, use the following:
.collapsible-enhanced.collapsible-collapsed .collapsible-content {
display: none;
}