We upgraded to sass-rails version 5.0.0 and are getting this deprecation warning:
DEPRECATION WARNING: Extra .css in SCSS file is unnecessary. Rename /Users/foo/
This command helped me renaming lots of .css.sass files:
find ./app/assets/stylesheets -type f | sed 'p;s/\.css\.scss/.scss/' | xargs -n2 git mv