1.0.0 • Published 7 years ago

libsass-compass-vertical-rhythm v1.0.0

Weekly downloads
200
License
MIT
Repository
-
Last release
7 years ago

Libsass Compass Vertical Rhythm

This is a port of Compass vertical rhythm functionality without the dependency on Compass or Ruby Sass.

It's pretty much complete. Only caveat is that IE6 support isn't enabled with Compass' browser support functionality. Instead, you can set $compass-rhythm-support-ie6 to true if you want that.

Quickstart

$ bower install --save libsass-compass-vertical-rhythm
@import 'bower_components/libsass-compass-vertical-rhythm/lib/compass_rhythm';

You can follow the directions in the Compass docs from there.

License

That what Compass says.