aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-19 09:17:49 -0700
committerMark Otto <[email protected]>2013-08-19 09:17:49 -0700
commitb5698361266345c653e7b21ec109bb0f9592129c (patch)
tree535c2b9ade7024744a2f2d2529e6dba217f03552
parentdacfb354ba33b98585b3e40449295759f45dbf39 (diff)
downloadbootstrap-b5698361266345c653e7b21ec109bb0f9592129c.tar.xz
bootstrap-b5698361266345c653e7b21ec109bb0f9592129c.zip
Comment out grid cols var until we get mixins back in v3.1
-rw-r--r--customize.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/customize.html b/customize.html
index 5f40337ba..35b1f4aaa 100644
--- a/customize.html
+++ b/customize.html
@@ -492,11 +492,14 @@ base_url: "../"
<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">