postcss / postcss-url

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

Skip URLs starting with tilde #119

Closed kisenka closed 6 years ago

kisenka commented 6 years ago

Hi! Webpack has cool feature to determine import from node_modules in stylesheets. Such imports are starting with tilde ~ and should not be processed by this plugin. This PR introduce ability to skip such imports. Corresponding tests are added.

kisenka commented 6 years ago

@sergcen ping

sergcen commented 6 years ago

@kisenka published