sassify2
v0.0.2
Published
Browserify v2 middleware for adding required styles to the page.
Readme
sassify
Simple middleware and method for Browserify to add sass styles to the browser.
npm install sassifyCreate the bundle:
bundle.use(require("sassify"));Client-side:
require('./style.scss');