Open asuth opened 12 years ago
There are two workarounds for this:
url('/i/providence/plus.png')
.i
, like url(/\i/providence/plus.png)
.In those cases the i
won't be replaced.
hm, fair enough, but should be fixed!
Just met this bug. I enclosed the URL in quotes to avoid it, but I would prefer to use the simpler and valid CSS syntax with no quotes.
blah yeah that is no good, we need to get on mandatory $
var prefixes. CSS url() syntax is a disaster, why they didn't force quotes is beyond me but it's extremely lame
When I use a file path that includes
/i/
, nib replaces that/i/
with/0/
in the vendor-prefixed gradients.produces