diff options
| author | Mark Otto <[email protected]> | 2013-10-13 19:03:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-13 19:03:29 -0700 |
| commit | a43696467f4bb4ae1abae82453a1a543894d6766 (patch) | |
| tree | fa33f487db14527a2cb69e73ef59ef181ec58584 /customize.html | |
| parent | 6351c30782a87fe03d5c27e75f2287cc657ba06d (diff) | |
| parent | bf73f1f9d3ccb4e3753066b2d697e99b94a0f155 (diff) | |
| download | bootstrap-a43696467f4bb4ae1abae82453a1a543894d6766.tar.xz bootstrap-a43696467f4bb4ae1abae82453a1a543894d6766.zip | |
Merge pull request #11050 from twbs/restore_grid_mixins
Restore grid mixins
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/customize.html b/customize.html index 39c43fd10..16e68e059 100644 --- a/customize.html +++ b/customize.html @@ -509,14 +509,11 @@ base_url: "../" </div> <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"> |
