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: 13 days ago
JSON representation
ReScript bindings for node-sass
- Host: GitHub
- URL: https://github.com/enspirit/rescript-node-sass
- Owner: enspirit
- Created: 2019-11-12T10:24:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:10:22.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T18:30:31.572Z (11 months ago)
- Topics: node-sass, rescript-bindings
- Language: ReScript
- Homepage:
- Size: 960 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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]`.