matype / stylefmt

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

support wxss #254 #255

Closed gucong3000 closed 7 years ago

gucong3000 commented 7 years ago

Support css file name in wechat app project.

matype commented 7 years ago

@gucong3000 What is WXSS? Is WXSS compatible with CSS or SCSS syntax? To my knowledge, PostCSS don't have its custom parser, so it doesn't have same syntaxes with CSS/SCSS, we can't support WXSS.

gucong3000 commented 7 years ago

*.wxss is a WeChat applet style sheet file, which is fully compatible with the CSS file format, the only difference is the file extension.

WeChat has about 600 million users in China, in January 6, 2017, WeChat to developers to provide a similar webapp development platform, so that developers can submit their own small programs to run inside WeChat. This platform is called WeChat applet.

matype commented 7 years ago

which is fully compatible with the CSS file format, the only difference is the file extension.

OK! It seems nice. Thank you for your PR :)