From: Matt Date: Fri, 8 Mar 2013 20:26:18 +0000 (+0000) Subject: Fix code example to use @include instead of @import X-Git-Tag: v4.0.5~5^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1793%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix code example to use @include instead of @import --- 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 */