One grid to rule them all. Slates Grid system is powerful and flexible enough to build just about anything.
General Settings
These variables speak for themselves really. Define the total number of columns and the total site width. You can also define the spacing between columns and the outer spacing around containers and the edge of the browser window.
$total-width, $gutter-width, and $container-margin will accept either px values or % but not both together. For clarity, all three of these variables must set to either a percentage value or a pixel value. This will not work:
Grid Classes
Slate has a mixin you can use to generate a full set of classes for pushing and pulling columns around. This uses a system of rows, columns and push classes to structure the page. You can set the class names used by this mixin with these variables. To learn more about this mixin, click here.