Closed
Description
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
Labels
No labels