sublime_libsass
sublime_libsass copied to clipboard
Compiling ghost failure when background-image url is missing quote marks
Hello, it's me again. With one new bug (sorry...).
Working with a new designer in my team, I came up with a new bug, which is only half a bug, as it is due to a bad coding habit, but still...
I explain myself : when writing a background-image: url('path/to/my/image')
without quotation marks around the image path (like url(path/to/my/image)
) the main.scss file doesn't compile, although sublime bottom bar says it does, not showing any error.
It may be a good thing at least to throw an error in that case.
Personnaly I spent about an hour to isolate the problem. It was kind of a sneaky one.
Thanks !