0.0.4 • Published 12 years ago
cssify2 v0.0.4
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');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');