Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #435 from kugaevsky/master
Browse files Browse the repository at this point in the history
Fix grid-block mixin option name and value in docs
  • Loading branch information
gakimball committed Feb 3, 2015
2 parents f5e33b0 + 658486c commit 18b168b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates/grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ <h4>Blocks</h4>
.custom-block {
@include grid-block(
$size: expand, // Can be expand, shrink, or a number of columns
$vertical: false, // Set to true for a vertical grid
$orientation: horizontal, // Set to vertical for a vertical grid
$wrap: false, // Set to true to make columns wrap if they get too wide
$align: left, // Can be left, right, center, justify, or spaced
$order: 0, // Can be any positive number
Expand Down

0 comments on commit 18b168b

Please sign in to comment.