lemonlace
v1.1.0
Published
Extending the bootstrap 3 grid system with fractional columns, extra gutter classes and much much more!
Downloads
1
Readme
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.