Twitter Bootstrap with Compass
Twitter Bootstrap is a set of HTML, CSS, and Javascript to quickly create your own web apps. However, the CSS preprocessor is written in Less, which I have abandoned for richer functionality provided by Sass and Compass. So if you want to start building with Compass, use this port:
To install this gem, run this in your console:
gem install compass_twitter_bootstrap
To use this in your scss/sass file:
@import “compass_twitter_bootstrap”;
All done!




