In section 2.2.2, \"CSS and Sass\", I\'m told to put image-url(\'delete.png\') in my sass. And so I have.
image-url(\'delete.png\')
However, it is generating CSS like
<
After I edited my .scss file (added a space) and reload the page I got right result. After I removed the space it worked correctly.