1.1.0 • Published 8 years ago

lemonlace v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

LemonLace

Extending the bootstrap 3 grid system with fractional columns, extra gutter classes and much much more!

This is to work intrinsically with bootstrap 3 and ideally ought to be loaded in as a bower plugin.

Install

npm install --save lemonlace

Add To Your Project

You can import the sass in a similar fashion to:

@import "../bower_components/lemonlace/scss/lemonlace";

Typically, you would include it AFTER bootstrap, but BEFORE your site's custom styles.