vwall / compass-twitter-bootstrap

The twitter bootstrap ported to compass
723 stars 121 forks source link

compass-twitter-bootstrap vs. sass-twitter-bootstrap #86

Open sindresorhus opened 11 years ago

sindresorhus commented 11 years ago

How does this compare with sass-twitter-bootstrap?

The files look identical:

  1. https://github.com/vwall/compass-twitter-bootstrap/blob/master/stylesheets/compass_twitter_bootstrap/_accordion.scss
  2. https://github.com/jlong/sass-twitter-bootstrap/blob/master/lib/_accordion.scss

Is it just that this one can be installed as a Compass bundle?

Wouldn't it then be better to combine the efforts?

// @jlong

apsylone commented 11 years ago

+1

rizkysyazuli commented 11 years ago

yep.. the sass-twitter-bootstrap is not a compass plugin.

that's why i came here actually. i'm looking for a good compass port. i found two project that seems to be most active. this one, compass-twitter-bootstrap and the bootstrap-sass project.

can @vwall explain the difference between these two ports? thx..

vwall commented 11 years ago

There was only one other gem when I created this and it was behind on the updates. Ironic huh...

burisu commented 11 years ago

One good difference for me is that compass-twitter-bootstrap doesn't override compass mixins like text-shadow or box-shadow. So, there is no need to that kind of code: https://github.com/thomas-mcdonald/bootstrap-sass#passing-multiple-values-to-mixins