From 5c03882aff3c69ecef083cbf5c6679b2194d7c33 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Thu, 20 Aug 2015 11:48:27 -0400 Subject: [PATCH] Rendered example bin in grid docs should use sass Fix #17129 --- docs/layout/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layout/grid.md b/docs/layout/grid.md index cd848cf983..6cd837a01d 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 this rendered example. +See it in action in this rendered example. {% highlight scss %} .container { -- 2.47.2