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

Ruby

How to prevent application.css to overwrite homepage.css (with Ruby Rails)?

I have a home page. Once logged in, the page is a completely different how to make the css off the login page load after the application.css?

1 Answer

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

It's not that easy, because all the stylesheets are precompiled together, but there are some ways to do it, this should get you started and give you some inspiration on what to look for:

http://stackoverflow.com/questions/14694720/referencing-different-stylesheets-in-different-views-in-rails