Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #57 from chrishumboldt/dev-chris
Browse files Browse the repository at this point in the history
Updated README.
  • Loading branch information
chrishumboldt authored Oct 25, 2016
2 parents e9361ba + 641335e commit b5963bc
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ A lightweight SASS mixin library and responsive CSS layout engine.
* [Background](#background-1)
* [Display](#display-1)
* [Layout](#layout-1)
* [Layout Responsive](#layout-responsive-1)
* [Position](#position-1)
* [Sizing](#sizing)
* [Spacing](#spacing)
Expand Down Expand Up @@ -608,15 +609,7 @@ Find the other available classes below:
| ._float-clear | | Stop all floating elements from affecting any element following. |
| ._valign-[p] | [p] = t, m, b | Set the vertical alignment of an element to [p] for top, middle or bottom. |

### Position
| Class | Description |
| ---- | ---- |
| ._pos-absolute | Set the position of an element to absolute. |
| ._pos-relative | Set the position of an element to relative. |
| ._pos-static | Set the position of an element to static. |
| ._pos-fixed | Set the position of an element to fixed. |

### Responsive Layout
### Layout Responsive
| Class | Options | Description |
| ---- | ---- | ---- |
| ._row | | Set the element to a row. Used on responsive containers |
Expand All @@ -631,6 +624,14 @@ Find the other available classes below:
| ._offset-small-[i] | [i] = 1 to 12 | Offset an element from the left by a span of [i] at the small breakpoint. |
| ._offset-small-r-[i] | [i] = 1 to 12 | Offset an element from the right by a span of [i] at the small breakpoint. |

### Position
| Class | Description |
| ---- | ---- |
| ._pos-absolute | Set the position of an element to absolute. |
| ._pos-relative | Set the position of an element to relative. |
| ._pos-static | Set the position of an element to static. |
| ._pos-fixed | Set the position of an element to fixed. |

### Sizing
| Class | Options | Description |
| ---- | ---- | ---- |
Expand Down

0 comments on commit b5963bc

Please sign in to comment.