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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ss-sass

    Weekly Downloads

    6

    Version

    0.0.5

    License

    none

    Last publish

    Collaborators

    • delaguardo