diff options
| author | Chris Rebert <[email protected]> | 2014-01-20 18:02:15 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-20 18:06:16 -0800 |
| commit | 3de48d29f5b9b0f83e4fe0b4bfb51e141407a9a2 (patch) | |
| tree | 435094452bc19ff8461d3cae9133f592562c5e3c /docs/_includes/customizer-variables.html | |
| parent | 8a1f4426a26d7a26b78fb72a84fba6db4ea51832 (diff) | |
| download | bootstrap-3de48d29f5b9b0f83e4fe0b4bfb51e141407a9a2.tar.xz bootstrap-3de48d29f5b9b0f83e4fe0b4bfb51e141407a9a2.zip | |
fix #12280 by templating the customizer's nav sidebar too
The customizer is such a PITA.
Diffstat (limited to 'docs/_includes/customizer-variables.html')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index d03c3e6e8..3de586c7e 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1,5 +1,5 @@ -<!-- NOTE: DO NOT EDIT THE FOLLOWING SECTION DIRECTLY! It is autogenerated via the `build-customizer-vars-form` Grunt task using the customizer-variables.jade template.--> +<!-- NOTE: DO NOT EDIT THE FOLLOWING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-variables.jade template.--> <h2 id="colors">Colors</h2> <p>Gray and brand colors for use across Bootstrap.</p> <div class="row"> @@ -1683,4 +1683,4 @@ <p class="help-block">For <code>@screen-lg-min</code> and up.</p> </div> </div> -<!-- NOTE: DO NOT EDIT THE PRECEDING SECTION DIRECTLY! It is autogenerated via the `build-customizer-vars-form` Grunt task using the customizer-variables.jade template.-->
\ No newline at end of file +<!-- NOTE: DO NOT EDIT THE PRECEDING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-variables.jade template.-->
\ No newline at end of file |
