electron-userland / electron-compilers

DEPRECATED: Compiler implementations for electron-compile
35 stars 55 forks source link

Use the full path, rather than the basename, when calling sassLookup. #79

Open alreece45 opened 7 years ago

alreece45 commented 7 years ago

This allows files partials (or files that begin with an underscore, but can be loaded without them) dependencies to resolve correctly (and work on subsequent loads).

sass-lookup expects a full path, but also doesn't check directory for the underscored path.

Fixes https://github.com/electron/electron-compile/issues/255