aboutsummaryrefslogtreecommitdiff
path: root/docs/layout/grid.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/layout/grid.md')
-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;