diff options
| author | vsn4ik <[email protected]> | 2015-12-09 00:20:37 +0300 |
|---|---|---|
| committer | vsn4ik <[email protected]> | 2015-12-09 00:20:37 +0300 |
| commit | f3aaccd46f9cff8dee721ec9fe573142facdae02 (patch) | |
| tree | 009849a6525dcfb2e913df8660a7b4674dc13f65 /docs/layout | |
| parent | 9a35ccbf73f3e6f2fd104d63f4a176cfd5c44f6b (diff) | |
| download | bootstrap-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.md | 2 |
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; |
