bholloway / resolve-url-loader

Webpack loader that resolves relative paths in url() statements based on the original source file
563 stars 71 forks source link

Update `readme.md` for `options.includeRoot` #63

Closed bholloway closed 7 years ago

bholloway commented 7 years ago

This docs a new option (exact name tbd).

Also I discovered in SASS there is a big problem with variable interpolation. This makes the "mixin problem" largely unsolvable. I therefore make a stronger statement that it is necessary to avoid mixins.

bholloway commented 7 years ago

@frontEndWebDev I was thinking something like this to follow your PR #62.