Skip to content

Support compile LESS/Stylus

Choose a tag to compare

@t32k t32k released this 27 Mar 13:15
· 330 commits to master since this release
  • Support compiled LESS/Stylus statics data.

And doesn't support Sass, because of node-sass have many troubles @import-ed files.

$ stylestats bootsrap.less
$ stylestats foo.styl

These are compiled to css, and StyleStats analyze the css files.

StyleStats does not support the preprocessor metrics( the number of @extend, @mixin, variables etc).