Re: [Rails] How do I select the include order of CSS/SASS files?

2011-08-08 Thread Chris Kottom
At the top of your app/assets/stylesheets/application.css file you should see something like this. /* * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and

[Rails] How do I select the include order of CSS/SASS files?

2011-08-07 Thread Ezequiel Schwartzman
Hello, I'm tweaking around with SASS and I'm kind of stuck here. I did a /app/assets/stylesheets/reset.css.scss file, surprisingly it's included automagically in all controllers. The problem is that it's included after the layout CSS and before the controllers CSS, and I need it to be included