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

Fixed column sizes option, simpler handling of container sizes, updated for SASS 3.3

Compare
Choose a tag to compare
@dougwollison dougwollison released this 11 Aug 22:50
· 19 commits to master since this release

First off, there is now an option to have the column width's be in exact pixels rather than fluid percentages (handy if your designer insists on, say, using a 12 column grid but have nothing outside the middle 8 or 10, yet still want a 4-column wide element). You can set this via the $gridstrap-fluid variable.

Also, the gridstrap() mixin itself now takes $fluid for the second argument, then column and gutter widths.

Also, container widths will now be set explicitly, no more subtracting the gutter from the screen sizes. You can set them by assigning to the $gridstrap-container-? variable, or with the screen-sizes mixin.