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

fix: issue where duplicating shorthand and longhand class/id #26

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

DylanPiercey
Copy link
Contributor

@DylanPiercey DylanPiercey commented Mar 16, 2023

resolves #15

@codecov
Copy link

codecov bot commented Mar 16, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.08 🎉

Comparison is base (6678784) 91.06% compared to head (fc1d4dc) 91.14%.

❗ Current head fc1d4dc differs from pull request most recent head fc6662c. Consider uploading reports for the commit fc6662c to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   91.06%   91.14%   +0.08%     
==========================================
  Files          11       11              
  Lines         414      418       +4     
  Branches      124      126       +2     
==========================================
+ Hits          377      381       +4     
  Misses         17       17              
  Partials       20       20              
Impacted Files Coverage Δ
src/constants.ts 100.00% <ø> (ø)
src/index.ts 89.43% <100.00%> (+0.18%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@DylanPiercey DylanPiercey merged commit abd3561 into main Mar 16, 2023
@DylanPiercey DylanPiercey deleted the fix-duplicate-class-id-shorthand branch March 16, 2023 19:31
@github-actions
Copy link

🎉 This PR is included in version 1.4.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Mixing class attribute with class shorthand results in unexpected output
1 participant