diff options
| author | Mark Otto <[email protected]> | 2013-12-08 17:17:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-08 17:17:04 -0800 |
| commit | 997a1f4ed244c7f42214e0d5adcee24e8e3c83f1 (patch) | |
| tree | d60675ce2634a352da9036de62bbd39f572a848c /customize.html | |
| parent | bab736c7d71f376849d5bebfac855a0a90b40504 (diff) | |
| download | bootstrap-997a1f4ed244c7f42214e0d5adcee24e8e3c83f1.tar.xz bootstrap-997a1f4ed244c7f42214e0d5adcee24e8e3c83f1.zip | |
fix dependency mapping of buttons and button-groups in customizer
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/customize.html b/customize.html index 35d74354e..53ed8d710 100644 --- a/customize.html +++ b/customize.html @@ -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> |
