electron-es6-react icon indicating copy to clipboard operation
electron-es6-react copied to clipboard

Scss support

Open jordaofranca opened this issue 8 years ago • 1 comments

How can i get css and scss support to electron by importing scss or css files.

jordaofranca avatar Nov 21 '16 13:11 jordaofranca

you need a package to load it. Most 'loaders' are written for webpack, maybe you can use on from there: https://github.com/webpack-contrib/css-loader

I don't think it should be part of this repo though, I was looking for a minimal setup and this is the only one that fit. The rest were terribly overloaded with full featured webpack configs and live reloading servers at more than a hundred lines boilerplate I would estimate.

s-ol avatar Jan 28 '17 02:01 s-ol