From 4c9c918a76fde491090cef0e64c44007bf81ae75 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 8 Mar 2013 20:26:18 +0000 Subject: [PATCH] Fix code example to use @include instead of @import --- docs/components/block-grid.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/block-grid.html.erb b/docs/components/block-grid.html.erb index 5a3e8ca5e..6ed414337 100644 --- a/docs/components/block-grid.html.erb +++ b/docs/components/block-grid.html.erb @@ -75,7 +75,7 @@ <%= code_example ' /* Mixin and configurable options */ -.your-class-name { @import block-grid($per-row, $spacing, $base-styles); } +.your-class-name { @include block-grid($per-row, $spacing, $base-styles); } /* This controls how many elements will be on each row of the block grid. */ /* Set this to whatever number you need, up to the max allowed in the variable */ -- 2.47.3