1.0.6 • Published 6 years ago

wxss-transpiler v1.0.6

Weekly downloads
27
License
MIT
Repository
github
Last release
6 years ago

wxss-transpiler Build 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

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago