opengovfoundation / opengovfoundation-theme

Wordpress Theme for the main opengovfoundation.org theme
MIT License
1 stars 1 forks source link

bootstrap-sass-rem-boilerplate

Boilerplate setup of SASS Bootstrap + Compass using rem as the base unit instead of px. This also has sensible defaults added to give a strong vertical rhythm to your typography, to go nicely with Bootstrap's grid. This can be adapted for use with em instead of rem.

Rather than editing the original Bootstrap files, we've overridden or replaced them entirely, so updating Bootstrap should be easy.

Included libraries

In addition to the basic boilerplate, we've added a few optional things you should feel free to remove:

This package is built with the following tools:

Installation

  1. Install bower, sass, and compass.
  2. Run bower install
  3. Build the css with compass compile, or watch for local changes and continuously re-build with compass watch.

Usage

Here are the basic files you'll want to modify:

Other things in this package:

License

This is a derivative work of Bootstrap, and carries the same MIT license where applicable. The included packages have their own licenses where applicable.