katiefenn / parker

Stylesheet analysis tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sass support

katiefenn opened this issue · comments

Sass is being widely adopted and running metrics on CSS generated by Sass has limited use. Parker should support Sass and new metrics should be created to analyse the complexity of .scss files.

Suggested metrics:

  • Max rule depth
  • Total variables
  • Total mixins
  • Unique colours by variable name

👍 this would be super useful! We're going to start using parker on our generated CSS—it's still pretty useful—but it would be even more useful on our Sass.

If there's anything I can do to help, let me know. I don't know what needs doing, though.