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

fix dependency mapping of buttons and button-groups in customizer

This commit is contained in:
Mark Otto 2013-12-08 17:17:04 -08:00
parent bab736c7d7
commit 997a1f4ed2

View File

@ -56,7 +56,7 @@ base_url: "../"
</div>
<div class="checkbox">
<label>
<input type="checkbox" checked value="buttons.less">
<input type="checkbox" checked value="buttons.less" data-dependents="button-groups.less">
Buttons
</label>
</div>