This release brings an experimental support for analyzing SCSS files via libsass binding for Node.js (see #3),
Simply pass a *.scss
file to analyze-css
. SASS preprocessor will be used automatically (based on the file extension).
analyze-css --file examples/base.scss --pretty
Here's the full list of new features: