README.md in mcgriddle-0.4.1 vs README.md in mcgriddle-0.4.2

- old
+ new

@@ -1,8 +1,8 @@ # McGriddle -McGriddle is a (mostly) get-out-of-your-way Sass library designed to help you build based a grid system. Set up your grid system… +McGriddle is a get-out-of-your-way Sass library designed to help you build based a grid system. Suports [flexbox](#grid-flexbox) (the grid is based on floats, by default). Set up your grid system… ```scss $grid-width : 64em; $grid-gutter : 1.875em; $grid-columns: 12; @@ -76,14 +76,15 @@ ```scss $grid-width : 64em; $grid-gutter : 1.875em; $grid-columns : 12; $grid-minor : 1/3; +$grid-collapse : false; +$grid-rtl : false; + $grid-flexbox : false; $grid-flexbox-wrap : wrap; $grid-flexbox-justify: flex-start; -$grid-collapse : false; -$grid-rtl : false; ``` --- ### Read the [documentation](https://jonsuh.com/mcgriddle/) for a full list and explanation of settings, mixins and functions.