cssify icon indicating copy to clipboard operation
cssify copied to clipboard

Simple middleware for Browserify to add css styles to the browser.

Results 5 cssify issues
Sort by recently updated
recently updated
newest added

Hi! I am facing the issue on really basic example: ``` js browserify index.js -t cssify -o x.js Error: Cannot find module './node_modulescssify' from '...project' ```

Title says it all, perhaps have a { use } option?

Suppose I do ``` require('foo/style.css') ``` where `foo` is a module in `node_modules` of my application. This file doesn't get cssified. Is there a way to do this? I tried...

After updating cssify (while updating browserify). I am getting this error when I try to add cssify to GIT. Yes, I add node_modules to GIT. No, I don't want to...