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
I added the following to config/environments/development.rb:
config/environments/development.rb
config.sass.preferred_syntax = :sass
That did the trick.