Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

0.2.0

Latest
Compare
Choose a tag to compare
@scottjehl scottjehl released this 18 Dec 21:01
· 168 commits to master since this release

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;
}