Closed
Description
Hi,
it seems that the task fails to find the urls to embed when applied to an inlined css (I'm using grunt-contrib-cssmin), this could be due to the regex used to find them (https://github.com/mihhail-lapushkin/grunt-css-url-embed/blob/master/tasks/css-url-embed.js#L12).
Some are found, other (most) are not.
By the way, thanks for your work! One of the few css inline tasks that works good ;)