]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix code example to use @include instead of @import 1793/head
authorMatt <mattnjones@gmail.com>
Fri, 8 Mar 2013 20:26:18 +0000 (20:26 +0000)
committerMatt <mattnjones@gmail.com>
Fri, 8 Mar 2013 20:26:18 +0000 (20:26 +0000)
docs/components/block-grid.html.erb

index 5a3e8ca5ef3045baeef17c9d4af9729ad2ac04e9..6ed4143373f6675bf1de480f1d839096e715e846 100644 (file)
@@ -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 */