postcss / postcss-url

PostCSS plugin to rebase url(), inline or copy asset.
MIT License
376 stars 59 forks source link

allow filter functions access to asset object #90

Closed clydin closed 7 years ago

clydin commented 7 years ago

This allows more complex custom filtering (e.g., filtering on raw URL).

sergcen commented 7 years ago

check jsDoc

sergcen commented 7 years ago

and add tests :)

clydin commented 7 years ago

Done.