Skip to content

Commit

Permalink
Merge tag '1.1.0' into develop
Browse files Browse the repository at this point in the history
version 1.1.0 - introducing marginless grids
  • Loading branch information
kgregory committed Mar 24, 2017
2 parents fff791e + b3d0024 commit 52625b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ Rows must be contained by a Grid and have the following classes:

Columns must be contained by a Row and have the following classes:

- .col-quarter-row - Consumes a quarter of a row for all screen sizes
- .col-half-row - Consumes half of a row for all screen sizes
- .col-three-quarter-row - Consumes three-quarters of a row for all screen sizes
- .col-full-row - Consumes the full row for all screen sizes
- .col-{size}-{integer, 1-max column count} - Number of columns to consume for a particular screen size
- .col-{size}-offset-{integer, 0-max column count-1} - Number of columns to offset this column for a particular screen size
- .first-{size} - Present this column first for a particular screen size (based on row direction)
Expand Down

0 comments on commit 52625b1

Please sign in to comment.