April 2013
Intermediate to advanced
274 pages
5h 39m
English
While Susy creates an elastic grid (that flexes to a point and then become fixed) by default, it can easily convert a grid to be fully fluid (in which it completely and proportionally fills all the available space). This can be achieved by adding this variable below the existing grid settings:
$container-style: fluid;
And here is how that looks in the browser:

Be aware you can also set a percentage width for a fluid grid container with the following variable:
$container-width: 80%;
Read now
Unlock full access