Closed MarioRicalde closed 5 years ago
I use liquid with scss, which means for url("") statements I use brackets.
url("")
background-image : url("{{ 'neat-background-product.png' | asset_url }}");
the above breaks the highlighting.
Ideally it shouldn't really complaing about things within "".
""
Let me know if I can help with this one.
Thanks for reporting.
Thank you for fixing @cakebaker :)
I use liquid with scss, which means for
url("")
statements I use brackets.the above breaks the highlighting.
Ideally it shouldn't really complaing about things within
""
.Let me know if I can help with this one.