compass-twitter-bootstrap icon indicating copy to clipboard operation
compass-twitter-bootstrap copied to clipboard

compass-twitter-bootstrap vs. sass-twitter-bootstrap

Open sindresorhus opened this issue 11 years ago • 4 comments

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

sindresorhus avatar Nov 07 '12 17:11 sindresorhus

+1

apsylone avatar Nov 23 '12 17:11 apsylone

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..

rizkysyazuli avatar Dec 06 '12 11:12 rizkysyazuli

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

vwall avatar Dec 06 '12 19:12 vwall

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

burisu avatar Jan 30 '13 13:01 burisu