Skip to content

McLemore/wxss-transpiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Port of wcsc.exe to Javascript. wxss 文件编译器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%