Skip to content

Commit

Permalink
Merge pull request #4602 from mozilla/dependabot/npm_and_yarn/styleli…
Browse files Browse the repository at this point in the history
…nt-3e6646d788
  • Loading branch information
dependabot[bot] authored May 28, 2024
2 parents 8547c8f + 2a31cae commit 1ed8d20
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 130 deletions.
210 changes: 82 additions & 128 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"react-intersection-observer": "^9.10.2",
"sass": "^1.77.2",
"storybook": "^8.1.3",
"stylelint": "^16.5.0",
"stylelint": "^16.6.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-scss": "^6.3.0",
"ts-jest": "^29.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

// This rule is less specific than the `tr td, tr th` above, but since
// that line ideally would have been just `tr`, I'm leaving it up there:
/* stylelint-disable-next-line no-descending-specificity */
/* stylelint-disable no-descending-specificity */
th,
td {
padding-block: $spacing-md;
Expand All @@ -66,6 +66,7 @@
color: $color-blue-50;
}
}
/* stylelint-enable no-descending-specificity */

.priceCell {
display: flex;
Expand Down

0 comments on commit 1ed8d20

Please sign in to comment.