Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate inline styles? #574

Open
TheOddler opened this issue Mar 30, 2022 · 0 comments
Open

Duplicate inline styles? #574

TheOddler opened this issue Mar 30, 2022 · 0 comments

Comments

@TheOddler
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant