aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorvsn4ik <[email protected]>2015-12-09 00:20:37 +0300
committervsn4ik <[email protected]>2015-12-09 00:20:37 +0300
commitf3aaccd46f9cff8dee721ec9fe573142facdae02 (patch)
tree009849a6525dcfb2e913df8660a7b4674dc13f65 /docs/layout
parent9a35ccbf73f3e6f2fd104d63f4a176cfd5c44f6b (diff)
downloadbootstrap-f3aaccd46f9cff8dee721ec9fe573142facdae02.tar.xz
bootstrap-f3aaccd46f9cff8dee721ec9fe573142facdae02.zip
Remove !default Scss flag in docs grid example
Diffstat (limited to 'docs/layout')
-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;