Reputation: 3870
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?
Upvotes: 5
Views: 1767
Reputation: 40277
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
Upvotes: 6