diff options
| author | Kevin Kirsche <[email protected]> | 2015-08-20 22:13:53 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-08-20 22:13:53 -0400 |
| commit | 5536facc6850390e3778f0505d1154e10afac721 (patch) | |
| tree | e03662532c79eef8376f8fb366e4cf97647417eb /docs/layout | |
| parent | 85fac53cc8a531eaf33695e9dafa4a0132be46a5 (diff) | |
| download | bootstrap-5536facc6850390e3778f0505d1154e10afac721.tar.xz bootstrap-5536facc6850390e3778f0505d1154e10afac721.zip | |
Broken link in Sass mixins section of v4 docs
Fix #17177
Simplest example is using horizontal variants using rows.
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 2c23ed3fc..7b725ea84 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -129,7 +129,7 @@ See how aspects of the Bootstrap grid system work across multiple devices with a ## Sass mixins -When using Bootstrap's source Sass files, you have the option of using Sass variables and mixins to create custom, semantic, and responsive page layouts. Our [prebuilt grid classes](#grid-example-basic) use these same variables and mixins to provide a whole suite of ready-to-use classes for fast responsive layouts. +When using Bootstrap's source Sass files, you have the option of using Sass variables and mixins to create custom, semantic, and responsive page layouts. Our [prebuilt grid classes](#example-stacked-to-horizontal) use these same variables and mixins to provide a whole suite of ready-to-use classes for fast responsive layouts. ### Variables |
