/simple-grid-system

Simple SASS Grid System

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

About

Simple SASS Grid System

Build Status Latest Stable Version Code Quality License

Precompiled CSS files (grids.css and grids.min.css) can be found in this gist. A live demo is hosted at Simple Grid System.

Dependencies

  • Ruby >= 2.2.0
  • Bundler [info]

For a list of gem dependencies, see the Gemfile.

Build

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