You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have customized the bootstrap download to include "panel" and "collapsible". The resulting CSS file is missing at least two rules to make collapsible work:
@dagobert I'd first mention that per the documentation, collapse requires the transition JS which means you also need the Component animations (for JS) LESS attribute checked.
I have customized the bootstrap download to include "panel" and "collapsible". The resulting CSS file is missing at least two rules to make collapsible work:
.collapse {
display: none;
}
.collapse.in {
display: block;
}
Here is my customization link:
https://gist.github.com/94dfe9871cc382dfa3f9
The text was updated successfully, but these errors were encountered: