项目作者: enspirit

项目描述 :
ReScript bindings for node-sass
高级语言: ReScript
项目地址: git://github.com/enspirit/rescript-node-sass.git
创建时间: 2019-11-12T10:24:58Z
项目社区:https://github.com/enspirit/rescript-node-sass

开源协议:

下载


rescript-node-sass

ReScript bindings for node-sass.

Usage

  1. 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].