postcss-url
postcss-url copied to clipboard
Get list of all url values handled by plugin?
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?
Not a bad idea. PR welcome to add this option.