Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 429 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 429 Bytes

rescript-node-sass

ReScript bindings for node-sass.

Usage

let css_buffer = NodeSass.renderSync(sass_filename);

Developers section

First and formost, configure your environment with npm install.

Specific ReScript aliases (clean, build, watch, test...) are defined in the package.json file to be used with npm run [alias].