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