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

Multiple Rulesets with exact same Selector #94

Open
aunueget opened this issue Aug 20, 2015 · 2 comments · May be fixed by #95
Open

Multiple Rulesets with exact same Selector #94

aunueget opened this issue Aug 20, 2015 · 2 comments · May be fixed by #95

Comments

@aunueget
Copy link

@zmoazeni Thanks for the great tool
Is there anything that does this? If not I would be interested contributing this.

Example css file:

.pizza{
    font-size: 16px;
    color: #ff0000;
    display: none;
}

.pizza {
    overflow: auto;
    padding: 1em;
}

If i run csscss on the above file i would like to get something like:

2 rule sets with same selector ".pizza"  at Lines: 1 , 7
@zmoazeni
Copy link
Owner

Sounds a bit like #93 - I'd welcome a PR!

I'm also curious about the line mapping too. That'd be pretty nice.

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

Successfully merging a pull request may close this issue.

3 participants
@zmoazeni @aunueget and others