Search code examples
compass-sass

how to use compass twitter bootstrap like compass blueprint


I have install the compass_twitter_bootstrap. i import it to my scss file like we import compass.

@import "compass";
@import "compass_twitter_bootstrap";

Importing compass is normal but while importing compass_twitter_bootstrap it overwrite all css in compiled css. Means all the css in bootstrap is imported to style.css. I want it to be work like compass file.

I am really noob in this compass and bootstrap. Any help will be greatly appreciated.


Solution

  • You might have to require it in your config.rb

    require 'compass_twitter_bootstrap'