Skip to content

neoeno/libsass-compass-vertical-rhythm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Instructions assume you're using NPM. You can use bower though if you like.

$ npm install --save libsass-compass-vertical-rhythm
@import 'node_modules/libsass-compass-vertical-rhythm/lib/compass_rhythm';

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

License

That what Compass says.

About

libsass-compatible port of Compass' vertical-rhythm helpers

Resources

Stars

Watchers

Forks

Packages

No packages published