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
1 changed files with 1 additions and 1 deletions

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>