matype / stylefmt

stylefmt is a tool that automatically formats stylesheets.
Other
2.1k stars 89 forks source link

Do not support *.wxss file in cli #254

Closed gucong3000 closed 7 years ago

gucong3000 commented 7 years ago

*.wxss is a kind of css file that useed in wechat app. wechat app is a new development platform for webapp. hear is a demo: https://github.com/xwartz/wechat-app-demo/blob/master/app.wxss

And I will push a PR.

stylefmt **/*.wxss
seka commented 7 years ago

I don't know wxss. so please tell me. Is wxss a syntax that is fully compatible with css, scss ?

gucong3000 commented 7 years ago

@seka yes, It is fully compatible with css.