Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Output file names and line numbers along with selectors #39

Open
zmoazeni opened this issue Apr 12, 2013 · 0 comments
Open

Output file names and line numbers along with selectors #39

zmoazeni opened this issue Apr 12, 2013 · 0 comments

Comments

@zmoazeni
Copy link
Owner

This originally came from #9 from @ahmedelgabri

Lastly, I think the output will be very helpful if it has line numbers, right now it looks like this

{.selector} AND {#selector} share 10 rules
-moz-border-radius: 2px 0px 0px 2px
another: rule;
another-rule;
...

Maybe something like this will be better

L:20 {.selector} AND L:45 {#selector} share 10 rules
-moz-border-radius: 2px 0px 0px 2px
another: rule;
another-rule;
...

I agree that would be helpful. If we do this we'll need to also match up "line n from file x" since we accept multiple files.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant