ss-sass

0.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ss-sass

Weekly Downloads

3

Version

0.0.5

License

none

Last publish

Collaborators

  • delaguardo