-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LESS/SASS/Stylus etc preprocess support #7
Comments
+1 |
+1. I want to exclude bootstrap styles from stats. To do this, I need to analyze my LESS sources without bootstrap. |
+1 |
1 similar comment
+1 |
Do you want statistics of SASS (not compiled) ? |
Compiled, ideally. And LESS please, since a lot of people are using Bootstrap with this tool, to isolate their override stylesheet. |
In the description of this issue, I meant unprocessed LESS and sorts, so the efficiency of the used mixins and variables could be revealed. |
We think that CSS statistics should be collected from CSS , |
I think that, initially, the compiled version is a great step! In the future, the unprocessed could be awesome :) |
I agree with the positive points! |
+1 |
+1, I used compass stat to generate stats, and send it to a graphite server to visualize it, but since libsass is faster, I've stopped using it. |
It's related to #140 |
Any change of getting some of those preprocessors supporter, or more specifically, the format they use to be supported?
So that running
would output similar results with additional mixin usage statistics.
The text was updated successfully, but these errors were encountered: