Skip to content

Duplicate inline styles? #574

@TheOddler

Description

@TheOddler

I have a list of elements, each with the same style. And it seems the style is generated once for each, but they get the same class-name, and are applied to all elements:

image

So the element has the style ._21e74195 applied to it multiple times.

This means, that if I uncheck one of the rules, the next iteration of it takes over, which makes debugging the css very annoying. For example, in the next picture I disabled the margin on the first iteration, but then it just takes the same margin from the next one.

image

Is this a bug? Or am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions