Having a hard time figuring out how to make SASS, not SCSS, as the default for stylesheets.
I\'ve tried making a sass_config.rb file with this:
sass_config.rb
For rails 3.1.rc4, you could set the config:
config.sass.preferred_syntax = :sass
in the application.rb file
application.rb