The following variables are exposed, allowing you to easily override them before compiling. Most mixins allows you to further override these values by passing them arguments.
Wrapper
Wrappers are centered containers with a max-width and fixed gutters that match the gutter widths of columns.
To support IE 6/7, ensure that the path to boxsizing.htc is set using the @grid_box-sizing-polyfill-path Less variable. Read more: https://github.com/Schepp/box-sizing-polyfill.
Less mixin
Usage
Columns
Less mixin
Usage
This is a placeholder for documenting prefix and suffix
Push and Pull mixins for source ordering
Usage
Nested columns
Since all cf-grid columns have left and right gutters you will notice undesireable offsetting when nesting columns. Normally this is removed with complex selectors or by adding classes to the first and last column per 'row'. In cf-grid the way to get around this is by wrapping your columns in a container that utilizes the .grid_nested-col-group() mixin. This mixin uses negative left and right margins to pull the columns back into alignment with parent columns.
NOTE: Working this way allows you to easily create responsive grids. You are free to control the number of columns per 'row' without having to deal with the first and last columns of each row.
NOTE: cf-grids does not use 'rows' and there is no row container. To clarify, if you have a 12 column grid and place 24 columns inside of a wrapper cf-grid columns will automaitcally stack into 2 'rows' of 12.