0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Customizer: For consistency, use singular in JS components list of Less files

This commit is contained in:
Chris Rebert 2015-07-27 18:59:29 -07:00
parent ef1ce9ac0b
commit 46c1abfc8f

View File

@ -237,25 +237,25 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
<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">