Skip to content

Conversation

@rsaris
Copy link
Contributor

@rsaris rsaris commented Nov 13, 2025

Turns out I messed up and didn't think about module collision in my naming.

@codecov
Copy link

codecov bot commented Nov 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@@ -1,31 +1,31 @@
.large {
.sizeLarge {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably overkill but figured it's better to over describe here, especially since this doesn't leak outside of this component.

}

.medium {
.weightMedium {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here was the issue -- had two "medium" classes in the same file so they both came together when I only wanted one at a time.

@rsaris rsaris merged commit 48ac746 into main Nov 13, 2025
7 checks passed
@rsaris rsaris deleted the heading/fix-module-mismatch branch November 13, 2025 20:47
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.

3 participants