wxss-transpiler

transpile wxss


Keywords
wxss, wcsc, compiler, transpiler, css, minapp, postcss, wxapp, wxss-transpiler, wxss2css
License
MIT
Install
npm install wxss-transpiler@1.0.1

Documentation

wxss-transpiler Build Status

FOSSA Status

Port of wcsc.exe to Javascript.

Test only works on macOS, but this transpiler itself works universally, even on linux.

Usage

npm i wxss-transpiler
const  transpile = require('wxss-transpiler')
const fileList = ['./css/single.wxss']
transpile(fileList).then(res => console.log(res))

Liscense

MIT

License

FOSSA Status