Skip to content

Commit

Permalink
fix code coverage by removing dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Sep 19, 2024
1 parent a693ce6 commit 52b78b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/deps/mas/mas.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/deps/mas/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ merch-card:not([variant='inline-heading']) [slot='heading-xs'] a {
color: var(--merch-color-grey-80);
}
merch-card [div.starting-at] {
merch-card div.starting-at {
font-size: var(--consonant-merch-card-body-xs-font-size);
line-height: var(--consonant-merch-card-body-xs-line-height);
font-weight: 500;
Expand Down
2 changes: 1 addition & 1 deletion libs/features/mas/web-components/src/global.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ merch-card:not([variant='inline-heading']) [slot='heading-xs'] a {
color: var(--merch-color-grey-80);
}
merch-card [div.starting-at] {
merch-card div.starting-at {
font-size: var(--consonant-merch-card-body-xs-font-size);
line-height: var(--consonant-merch-card-body-xs-line-height);
font-weight: 500;
Expand Down

0 comments on commit 52b78b9

Please sign in to comment.