electron-userland / electron-compilers

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

Sass support #20

Closed ezekg closed 7 years ago

ezekg commented 8 years ago

It looks like Sass used to be supported, but isn't any longer. Is there a reason as to why? Would you be open to pull requests to reimplement it?

anaisbetts commented 8 years ago

@ezekg node-sass caused too many problems, it didn't build correctly for Electron and would break the Linux build (even if you weren't using it!) If it can be fixed that'd be amazing but I'm not optimistic

asdine commented 8 years ago

What about using postcss with precss ?

malept commented 7 years ago

It would probably be worth switching to https://www.npmjs.com/package/dart-sass once it's out of alpha.

anaisbetts commented 7 years ago

Sass is now added back via sass.js, but has some issues. It might work for you though!