You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
@ErraticFox no, I never did. After talking to some folks on the electron team, it seems like if I want to use SCSS dependencies from npm, I should probably just use vanilla Electron and manually setup my sass compiler using node-sass and setup the includePaths as I would with any other web project.
When defining a path to load additional Sass/SCSS dependencies in
.compilerc
is it proper to use...or
I've found a few conflicting PRs e.g., electron-userland/electron-compilers#78 and it is unclear to me how to load additional paths for dependencies.
The text was updated successfully, but these errors were encountered: