In section 2.2.2, \"CSS and Sass\", I\'m told to put image-url(\'delete.png\')
in my sass. And so I have.
However, it is generating CSS like
<
This is our combo of haml-rails, compass and sass-rails. We're running rails 3.2.6 though. This has worked well for us.
gem 'compass', git: 'git://github.com/chriseppstein/compass.git', ref: '3a4c5c75dca9f07f6edf2f0898a4626269e0ed62'
gem 'haml-rails', git: 'git://github.com/indirect/haml-rails.git', ref: '92c41db61f20a9f122de25bc73e5045cfccdbcd5'
gem 'sass-rails', '~> 3.2.5'