postcss-url icon indicating copy to clipboard operation
postcss-url copied to clipboard

Get list of all url values handled by plugin?

Open niksy opened this issue 9 years ago • 1 comments

Is it possible to get list of all url values handle by this plugin, preferably in output:

{
  "originalValue": "transformedValue"
}

Maybe through some callback after entry CSS file is processed?

niksy avatar Apr 05 '16 11:04 niksy

Not a bad idea. PR welcome to add this option.

MoOx avatar Apr 05 '16 13:04 MoOx