It would be useful to have a way to transform paths, so that, for instance, if my css file was in the styles directory, and had a rule of background-image: url(../images/some-image.png) it could be transformed into background-image: url(images/some-image.png) (sans the ../) in the inlined css.
Or does this already exist and I'm missing something?
It would be useful to have a way to transform paths, so that, for instance, if my
css
file was in thestyles
directory, and had a rule ofbackground-image: url(../images/some-image.png)
it could be transformed intobackground-image: url(images/some-image.png)
(sans the../
) in the inlined css.Or does this already exist and I'm missing something?