ss-sass
v0.0.5
Published
SASS client styles wrapper for SocketStream 0.3.x
Downloads
9
Readme
SASS (CSS) wrapper for SocketStream 0.3
Allows you to use sass files (.sass/.scss) in your SocketStream project.
Instructions
Add ss-sass to your application's package.json file and then add this line to app.js:
ss.client.formatters.add(require('ss-sass'));Options for node-sass wrapper around libsass can be passed with second argument:
ss.client.formatters.add(require('ss-sass'), {outputStyle: "nested"})