ssav

Results 4 comments of ssav

hi @digitalkaoz sure, i think it's will useful feature

fixed [10.1.0](https://github.com/postcss/postcss-url/releases/tag/10.1.0)

Hi @derekstavis maybe you need to use `custom` function ```js require('postcss-url')([ { url: 'rebase' } // postprocessing with 'custom' function { url: (asset) => `./${asset.url}`, multi: true } ]) ```...

Hi You have 2 options: 1. assetsPath='.' // current directory == `to`, but i'm not shure 2. fix url ```js url([ { url: 'copy', assetsPath: 'dist', useHash: true }, {...