lib/rails/generators/scss/assets/templates/stylesheet.css.scss in sass-rails-3.1.0.rc.2 vs lib/rails/generators/scss/assets/templates/stylesheet.css.scss in sass-rails-3.1.0.rc.3
- old
+ new
@@ -1,7 +1,7 @@
// Place all the styles related to the <%= name %> controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
-body.<%= name.dasherize %> {
+body.<%= name.parameterize.dasherize %> {
// Place scoped styles here
}
\ No newline at end of file