Skip to content

Conversation

@bradlc
Copy link
Contributor

@bradlc bradlc commented Mar 4, 2022

Fixes #434

This PR improves CSS conflict diagnostics, allowing it to catch conflicts that are separated by expressions, e.g.

<div className={`uppercase ${something} lowercase`} />
<div class="uppercase {{ something }} lowercase"></div>

@bradlc bradlc merged commit ddfaea2 into master Mar 4, 2022
bradlc added a commit that referenced this pull request Apr 13, 2022
bradlc added a commit that referenced this pull request Apr 13, 2022
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

Successfully merging this pull request may close these issues.

Same property detection not working when properties are between template literal placeholder

2 participants