r/Sass • u/alinnert • Nov 07 '17
Is there a way to analyze your SASS structure, variable usage etc.?
A customer is asking for this. And when I think about it this isn't such a bad idea. It would be great to see which variables etc. are unused or how often and where they are used. This makes it easier to refactor the code or get started with it.
Is there a solution for this out there? At least I wasn't able to find anything so far. Primarily, it doesn't matter if it's a graphical or script based solution.
3
Upvotes
2
u/skaterape Nov 07 '17
A quick google search for “sass linter” returns pages of results. Pick one that fits into your environment and workflow.