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

Multiple Rulesets with exact same Selector #94

Description

@aunueget

@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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions