Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bourbon vs Twitter Bootstrap for Rails 3.1

I am looking around at different stylesheet frameworks to pick out which one to use in my Rails 3.1 applicaiton. Twitter Bootstrap looks really cool, but I also see that Bourbon is becoming very popular too.

Can anyone give a comparison and pros and cons of each?

I am guessing it won't be a good idea to use them both, right?

like image 401
alik Avatar asked Oct 03 '11 18:10

alik


1 Answers

You could absolutely use both... Each are a set of SASS mix-ins and CSS classes.

You may run into some overlap, but there's nothing that prevents you from using both

like image 93
Jesse Wolgamott Avatar answered Sep 29 '22 22:09

Jesse Wolgamott