lib/rails/generators/scss/assets/templates/stylesheet.css.scss in sass-rails-3.1.0.rc.3 vs lib/rails/generators/scss/assets/templates/stylesheet.css.scss in sass-rails-3.1.0.rc.4
- old
+ new
@@ -1,7 +1,8 @@
// 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.parameterize.dasherize %> {
- // Place scoped styles here
+ // Add the <%= name.parameterize.dasherize %> class to your body tag
+ // Then, place scoped styles here.
}
\ No newline at end of file