Commit 937e067a authored by Chris Rebert's avatar Chris Rebert
Browse files

grunt build-customizer-vars-form

parent 04cfca25
Showing with 4 additions and 0 deletions
+4 -0
...@@ -1143,6 +1143,10 @@ ...@@ -1143,6 +1143,10 @@
<label for="input-@modal-lg">@modal-lg</label> <label for="input-@modal-lg">@modal-lg</label>
<input id="input-@modal-lg" type="text" value="900px" data-var="@modal-lg" class="form-control"/> <input id="input-@modal-lg" type="text" value="900px" data-var="@modal-lg" class="form-control"/>
</div> </div>
<div class="bs-customizer-input">
<label for="input-@modal-md">@modal-md</label>
<input id="input-@modal-md" type="text" value="600px" data-var="@modal-md" class="form-control"/>
</div>
<div class="bs-customizer-input"> <div class="bs-customizer-input">
<label for="input-@modal-sm">@modal-sm</label> <label for="input-@modal-sm">@modal-sm</label>
<input id="input-@modal-sm" type="text" value="300px" data-var="@modal-sm" class="form-control"/> <input id="input-@modal-sm" type="text" value="300px" data-var="@modal-sm" class="form-control"/>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment