gulp-css-rebase-urls
gulp-css-rebase-urls copied to clipboard
Do not rebase `behavior` URLs
IE's behavior treats relative URLs as relative to the document referencing the CSS. Thus, in most cases the only practical solution is to use absolute URLs with behavior.
Don't try to change these to relative URLs.