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