Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enspirit/rescript-node-sass

ReScript bindings for node-sass
https://github.com/enspirit/rescript-node-sass

node-sass rescript-bindings

Last synced: 4 days ago
JSON representation

ReScript bindings for node-sass

Awesome Lists containing this project

README

        

# rescript-node-sass

[ReScript](https://rescript-lang.org) bindings for [node-sass](https://github.com/sass/node-sass).

# Usage

```reasonml
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]`.