Skip to content

Add option to consolidate rules with identical selectors in the CSS output. #11

Open
@wisniewskit

Description

@wisniewskit

Right now it's possible that multiple rules from multiple stylesheets end up in the final output, despite all sharing the same selector. For instance, there could be three separate body { /* etc*/ } rules, even though one would do in the reduced test-case.

Since consolidating in this way can end up re-ordering away the problem being reduced, this should be an option, not a default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions