Skip to content

Files with same name can produce same css classes #15

Closed
@mlmorg

Description

@mlmorg

If you have two files with the same name (e.g. foo.css) both with the same local css class (e.g. .bar) but with different declarations, the resulting css looks something like:

._foo__bar {font-weight: bold;}
._foo__bar {font-weight: normal;}

What are your thoughts on the best way to handle this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions