wxss-transpiler
v1.0.6
Published
transpile wxss
Downloads
113
Readme
wxss-transpiler 
Port of wcsc.exe to Javascript.
Test only works on macOS, but this transpiler itself works universally, even on linux.
Usage
npm i wxss-transpilerconst transpile = require('wxss-transpiler')
const fileList = ['./css/single.wxss']
transpile(fileList).then(res => console.log(res))Liscense
MIT
