diff options
| author | Mark Otto <[email protected]> | 2015-08-20 21:07:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-20 21:07:19 -0700 |
| commit | 9bd01fc3d4a355275bdc7540584aea600fe317c0 (patch) | |
| tree | 45e13a3e9bbf81559ca453c758701e9a7746ab2c | |
| parent | f0929435fd7f3cf4ab9045901ba927c42656d3d3 (diff) | |
| parent | 5536facc6850390e3778f0505d1154e10afac721 (diff) | |
| download | bootstrap-9bd01fc3d4a355275bdc7540584aea600fe317c0.tar.xz bootstrap-9bd01fc3d4a355275bdc7540584aea600fe317c0.zip | |
Merge pull request #17185 from kkirsche/patch-29
v4 - Fix broken link in Sass mixins section of v4 docs
| -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 |
