Skip to content

Commit

Permalink
Comment out grid cols var until we get mixins back in v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 19, 2013
1 parent dacfb35 commit b569836
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions customize.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,11 +492,14 @@ <h3>Container sizes</h3>
<h3>Grid system</h3>
<p>Define your custom responsive grid.</p>
<div class="row">
<!--
Temporarily removed until mixins are restored in v3.1
<div class="col-xs-6 col-sm-4">
<label>@grid-columns</label>
<input type="text" class="form-control" placeholder="12" data-var="@grid-columns">
<p class="help-block">Number of columns in the grid.</p>
</div>
-->
<div class="col-xs-6 col-sm-4">
<label>@grid-gutter-width</label>
<input type="text" class="form-control" placeholder="30px" data-var="@grid-gutter-width">
Expand Down

0 comments on commit b569836

Please sign in to comment.