I keep getting a Sass::SyntaxError when I try to start the Rails server
I’ve reset the project three times, followed the video to the letter each time, and still keep getting it.
The exact error is: ```
Invalid CSS after “…image:url(https”: expected “)”, was “://content.code…”
(in /home/ccuser/workspace/learn-rails_bolt-network-2/bolt-network/app/assets/stylesheets/pages.css.scss:2)
background-image:url(https://content.codecademy.com/projects/bolt-network/diagmonds_@2X.png)
I’m not really sure why I’m getting the error, I’m 99% sure I’ve done everything right, and the things like the controller and the routes wouldn’t cause a CSS syntax error, would they?