mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
grunt
This commit is contained in:
parent
14e8ec2514
commit
9096c20021
4 changed files with 5 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
<div class="row">
|
||||
<div class="bs-customizer-input">
|
||||
<label for="input-@gray-base">@gray-base</label>
|
||||
<input id="input-@gray-base" type="text" value=" #000" data-var="@gray-base" class="form-control"/>
|
||||
<input id="input-@gray-base" type="text" value="#000" data-var="@gray-base" class="form-control"/>
|
||||
</div>
|
||||
<div class="bs-customizer-input">
|
||||
<label for="input-@gray-darker">@gray-darker</label>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
<!-- NOTE: DO NOT EDIT THE FOLLOWING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-nav.jade template.-->
|
||||
<li><a href="#import">Import</a></li>
|
||||
<li><a href="#less">Less components</a></li>
|
||||
<li><a href="#plugins">jQuery plugins</a></li>
|
||||
<li><a href="#less-variables">Less variables</a>
|
||||
|
|
2
docs/assets/js/customize.min.js
vendored
2
docs/assets/js/customize.min.js
vendored
File diff suppressed because one or more lines are too long
4
docs/assets/js/raw-files.min.js
vendored
4
docs/assets/js/raw-files.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue