borodean / postcss-assets

An asset manager for PostCSS
MIT License
537 stars 32 forks source link

Resolve assets path start with '/' need to relative current project path. Add static css url resolves. #65

Closed allex closed 3 years ago

allex commented 7 years ago

.foo { background-image: url('/images/foo.png'); }


also fix #62

artemjackson commented 4 years ago

@borodean why not to merge this?