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
Do require 'sass/plugin' and make sure it's at the bottom after your Application.initialize! call.
require 'sass/plugin'
Application.initialize!