Support compile LESS/Stylus
- 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.stylThese are compiled to css, and StyleStats analyze the css files.
StyleStats does not support the preprocessor metrics( the number of @extend, @mixin, variables etc).