Closed jharding closed 9 years ago
Test case:
body { background-image: svg('ei#sc-github'); }
The expected result is that svg('ei#sc-github') would get replaced with an inlined data url. This doesn't happen though because replace has it's single quotes substituted for double quotes.
svg('ei#sc-github')
replace
Test case:
The expected result is that
svg('ei#sc-github')
would get replaced with an inlined data url. This doesn't happen though becausereplace
has it's single quotes substituted for double quotes.