Skip to content

Commit 4c9c918

Browse files
author
Matt
committed
Fix code example to use @include instead of @import
1 parent 8d6223e commit 4c9c918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/block-grid.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
<%= code_example '
7777
/* Mixin and configurable options */
78-
.your-class-name { @import block-grid($per-row, $spacing, $base-styles); }
78+
.your-class-name { @include block-grid($per-row, $spacing, $base-styles); }
7979
8080
/* This controls how many elements will be on each row of the block grid. */
8181
/* Set this to whatever number you need, up to the max allowed in the variable */

0 commit comments

Comments
 (0)