css-modules-electron icon indicating copy to clipboard operation
css-modules-electron copied to clipboard

A require hook to compile and use CSS modules in Electron.

Results 2 css-modules-electron issues
Sort by recently updated
recently updated
newest added

Update NPM packages to run with current version of ‘css-modules-require-hook’

I made this simple rule: ` background-image: url("icon.png")` It's properly compiled into this: ` background-image: url(":\\icon.png")` But console says: `Failed to load resource: net::ERR_FILE_NOT_FOUND` `file///:/icon.png` (notice how it even doesn't...