When working on a project, I'd like to be able to add urls to my css relative to the webroot of my project, but unrelated to file system path where the node module is stored.
I have added a rebaseUrls option that meets my needs and suspect there may be other users out there who would also like it.
When working on a project, I'd like to be able to add urls to my css relative to the webroot of my project, but unrelated to file system path where the node module is stored.
I have added a
rebaseUrls
option that meets my needs and suspect there may be other users out there who would also like it.