0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #16897 from twbs/fix-16893

Customizer: Clarify that Collapse requires Component animations
This commit is contained in:
Chris Rebert 2015-07-27 19:04:18 -07:00
commit 83e80b4301

View File

@ -231,31 +231,32 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
<div class="checkbox">
<label>
<input type="checkbox" checked value="component-animations.less">
Component animations (for JS)
Component animations (for JS)<br>
(includes Collapse)
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" checked value="dropdowns.less">
Dropdowns
Dropdown
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" checked value="tooltip.less">
Tooltips
Tooltip
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" checked value="popovers.less">
Popovers
Popover
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" checked value="modals.less">
Modals
Modal
</label>
</div>
<div class="checkbox">