aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-02-08 04:01:58 -0800
committerChris Rebert <[email protected]>2016-02-08 04:01:58 -0800
commit3c8e08e3079dcfee1f8804c4015636b52289235b (patch)
tree0b17f59cfd73f9cfd73a7763e0754842020636f8
parent74002ce92d67c741668879dee3dedb652c35d2ff (diff)
downloadbootstrap-3c8e08e3079dcfee1f8804c4015636b52289235b.tar.xz
bootstrap-3c8e08e3079dcfee1f8804c4015636b52289235b.zip
Grid docs: Remove !default from SCSS snippets
Fixup for fb4f5f0bf1e22f707bdd16880fe19328df091bde [skip sauce]
-rw-r--r--docs/layout/grid.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 3a76a651b..cc2585d5d 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -159,7 +159,7 @@ $container-max-widths: (
md: 720px,
lg: 940px,
xl: 1140px
-) !default;
+);
{% endhighlight %}
### Mixins
@@ -470,7 +470,7 @@ $container-max-widths: (
sm: 420px,
md: 720px,
lg: 940px
-) !default;
+);
{% endhighlight %}
Save your changes and recompile to have a brand new set of predefined grid classes for column widths, offsets, pushes, and pulls. Responsive visibility utilities will also be updated to use the custom breakpoints.