0.0
No commit activity in last 3 years
No release in over 3 years
A responsive grid system from Bearded
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.12.2
>= 3.2.5
 Project Readme

bearded-grid

Our RWD Grid System, Gemified.

In your main Compass "imports" file or wherever you like:

@import "compass";
@import "bearded/grid";

Then, you can use the grid as we always have.

Be sure to define a max-width on your container:

.container {
  @include container(68.75em);
}

If you don't set a max-width, it will default to 81.25em (1300px).