You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -557,10 +557,10 @@ Align nested elements. Apply this to a parent container.
557
557
Creates a column that is a fraction of the size of its containing element's width with a gutter.
558
558
559
559
- `fraction` - This is a simple fraction of the containing element's width.
560
+
- `cycle` - Lost works by assigning amargin-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/42; }
560
561
- `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
561
562
certain elements to have a particularly large or small gutter (pass 0 for no gutter at all).
562
563
- 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 amargin-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/42; }
564
564
- `flex|no-flex` - Determines whether this element should use Flexbox or not.
565
565
- `none` - Resets the column (back to browser defaults)
0 commit comments