aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-08 16:07:12 -0800
committerChris Rebert <[email protected]>2015-12-08 16:07:12 -0800
commitcc8600a2877c8f7898fe5ae7f6bc9d453fd3b7d2 (patch)
tree009849a6525dcfb2e913df8660a7b4674dc13f65
parent9a35ccbf73f3e6f2fd104d63f4a176cfd5c44f6b (diff)
parentf3aaccd46f9cff8dee721ec9fe573142facdae02 (diff)
downloadbootstrap-cc8600a2877c8f7898fe5ae7f6bc9d453fd3b7d2.tar.xz
bootstrap-cc8600a2877c8f7898fe5ae7f6bc9d453fd3b7d2.zip
Merge pull request #18489 from vsn4ik/v4-remove-grid-scss-example-default-flag
Remove !default Scss flag in docs grid example
-rw-r--r--docs/layout/grid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 6edbaf6b3..c318f5330 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -150,7 +150,7 @@ $grid-breakpoints: (
lg: 992px,
// Extra large screen / wide desktop
xl: 1200px
-) !default;
+);
$grid-columns: 12;