Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Bootstrap 2.0.0 to 2.0.3 troubles...

Ouch. Setup the rails_admin gem (which is rad as hell) and that required me to update bootstrap-sass gem to 2.0.3 (from 2.0.0) in order to work. This update trips my styling up badly.

Any insights on working out through a transition like this? How do you guys deal with a change in external versioning? Do I just need to grit my teeth clear out my custom.css page and start from scratch?

1 Answer

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Hey Zander,

It's always a bunch of work when an external library updates. In bootstrap's case it can be a real pain to get things looking right again because they changed some class names. Try checking out some upgrade documentation if they have any or, unfortunately, manually go through and update you classes and html structure :(