0.0.5 • Published 9 years ago

ss-sass v0.0.5

Weekly downloads
23
License
-
Repository
github
Last release
9 years ago

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"})
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

10 years ago

0.0.2

10 years ago