Simple SASS Grid System
Precompiled CSS files (grids.css
and grids.min.css
) can be found in this gist. A live demo is hosted at Simple Grid System.
- Ruby >= 2.2.0
- Bundler [info]
For a list of gem dependencies, see the Gemfile.
First off run bundler install
to install all required gems, then generate the CSS files using rake
tasks:
Normal
rake build:css
Minified
rake build:minified
Both
rake build:all