Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizer not clear that Collapse requires Component animations #16893

Closed
dagobert opened this issue Jul 27, 2015 · 1 comment
Closed

Customizer not clear that Collapse requires Component animations #16893

dagobert opened this issue Jul 27, 2015 · 1 comment
Milestone

Comments

@dagobert
Copy link

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

@kkirsche
Copy link
Contributor

@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.

http://getbootstrap.com/javascript/#collapse

Here is a corrected config.json file.
https://gist.github.com/kkirsche/5016ef3796c7897d5f11

@cvrebert cvrebert changed the title Customize Bootstrap's components: necessary CSS missing Customizer not clear that Collapse requires Component animations Jul 28, 2015
@cvrebert cvrebert added this to the v3.3.6 milestone Jul 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants