Skip to content

Commit ecdf969

Browse files
authored
Merge pull request #336 from JeremyBernier/patch-1
Update README, putting lost-column params in order
2 parents 1b11e98 + e98e9d4 commit ecdf969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,10 @@ Align nested elements. Apply this to a parent container.
557557
Creates a column that is a fraction of the size of its containing element's width with a gutter.
558558

559559
- `fraction` - This is a simple fraction of the containing element's width.
560+
- `cycle` - Lost works by assigning a margin-right to all elements except the last in the row. It does this by default by using the denominator of the fraction you pick. To override the default use this param., e.g.: .foo { lost-column: 2/4 2; }
560561
- `gutter` - The margin on the right side of the element used to create a gutter. Typically this is left alone and settings.gutter will be used, but you can override it here if you want
561562
certain elements to have a particularly large or small gutter (pass 0 for no gutter at all).
562563
- When specifying the gutter, you need to also specify the cycle. [see issue 181](https://github.com/peterramsing/lost/issues/181)
563-
- `cycle` - Lost works by assigning a margin-right to all elements except the last in the row. It does this by default by using the denominator of the fraction you pick. To override the default use this param., e.g.: .foo { lost-column: 2/4 2; }
564564
- `flex|no-flex` - Determines whether this element should use Flexbox or not.
565565
- `none` - Resets the column (back to browser defaults)
566566

0 commit comments

Comments
 (0)