First of all, ?$staticlink$ is something I need to have in my URLs because I'm pasting it into this eCommerce CMS that uses that text to resolve an absolute path to the image.
Anyways, it's doing 2 things here:
It's appending that number
It's removing the quotes
Whenever I see this show up, I can just make a little change and wait for the reparse and it usually goes away. I cannot recreate this every time. This only seems to be happening today for the first time (I use sassmeister almost every day). And I've been doing the ?$staticlink$ thing in Sassmeister for a long time now without issue until today.
This is really random and only happening sometimes. But I have background-images like this:
And the generated CSS will be something like this:
First of all,
?$staticlink$
is something I need to have in my URLs because I'm pasting it into this eCommerce CMS that uses that text to resolve an absolute path to the image.Anyways, it's doing 2 things here:
Whenever I see this show up, I can just make a little change and wait for the reparse and it usually goes away. I cannot recreate this every time. This only seems to be happening today for the first time (I use sassmeister almost every day). And I've been doing the
?$staticlink$
thing in Sassmeister for a long time now without issue until today.