Sass Generators - 07 Aug 2012
If you’re like me and prefer SASS to SCSS, then you can add this line to your config/application.rb file to replace the SCSS generated asset files with SASS.
config.sass.preferred_syntax = :sass
If you’re like me and prefer SASS to SCSS, then you can add this line to your config/application.rb file to replace the SCSS generated asset files with SASS.
config.sass.preferred_syntax = :sass