How to make Rails 3.1 use SASS (Over SCSS) as the default? March 29, 2023 by Tarik For rails 3.1.rc4, you could set the config: config.sass.preferred_syntax = :sass in the application.rb file