Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Simple SASS Grid System

License

Notifications You must be signed in to change notification settings

AlfredoRamos/simple-grid-system

Repository files navigation

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