cssify2
v0.0.4
Published
Browserify v2 middleware for adding required styles to the page.
Readme
cssify
Simple middleware and method for Browserify to add css styles to the browser.
npm install cssifyCreate the bundle:
bundle.use(require("cssify"));Client-side:
require('./style.css');