Commit 018eef98 authored by Mark Otto's avatar Mark Otto

Merge pull request #17140 from kkirsche/patch-12

v4 - Rendered example bin in grid docs should use sass
parents 44f2e734 5c03882a
...@@ -195,7 +195,7 @@ Mixins are used in conjunction with the grid variables to generate semantic CSS ...@@ -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. 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 %} {% highlight scss %}
.container { .container {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment