Mockra

This is the blog of David Ratajczak, a Ruby developer.

Sass Generators

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
07 Aug 2012