diff options
| author | Mark Otto <[email protected]> | 2015-08-22 20:28:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-22 20:28:01 -0700 |
| commit | 018eef9894611b857252ad82fed767f476de09f7 (patch) | |
| tree | 1bc6ad84af5d5f3d63985c72d94f80eec6280f2d /docs | |
| parent | 44f2e73421bbc56db1a241272e6e587b82fafa2e (diff) | |
| parent | 5c03882aff3c69ecef083cbf5c6679b2194d7c33 (diff) | |
| download | bootstrap-018eef9894611b857252ad82fed767f476de09f7.tar.xz bootstrap-018eef9894611b857252ad82fed767f476de09f7.zip | |
Merge pull request #17140 from kkirsche/patch-12
v4 - Rendered example bin in grid docs should use sass
Diffstat (limited to '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 426cf412c..c6983a62e 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -195,7 +195,7 @@ Mixins are used in conjunction with the grid variables to generate semantic CSS You can modify the variables to your own custom values, or just use the mixins with their default values. Here's an example of using the default settings to create a two-column layout with a gap between. -See it in action in <a href="http://jsbin.com/qiqet/3/edit">this rendered example</a>. +See it in action in <a href="http://jsbin.com/ruxona/edit">this rendered example</a>. {% highlight scss %} .container { |
