Skip to content

Commit

Permalink
Merge pull request #31 from BristolFurs/dependabot/npm_and_yarn/linte…
Browse files Browse the repository at this point in the history
…rs-2b0a8ef70a

⬆️ Bump the linters group across 1 directory with 2 updates
  • Loading branch information
querkmachine authored Jan 4, 2025
2 parents 38d90b9 + 27ac981 commit 3866ebe
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion app/shortcodes/faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function (content, question) {
})
return `<details class="bf-faq">
<summary class="bf-faq__summary"><h2 class="bf-heading-l bf-link-no-underline">${md.renderInline(
question
question,
)}</h2></summary>
<div class="bf-prose">${md.render(content)}</div>
</details>`
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"eleventy-plugin-toc": "^1.1.5",
"fs-extra": "^11.2.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lint-staged": "^15.3.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.1",
"postcss": "^8.4.49",
"postcss-preset-env": "^10.1.3",
"prettier": "3.3.3",
"prettier": "3.4.2",
"sass": "1.83.0"
},
"lint-staged": {
Expand Down
3 changes: 2 additions & 1 deletion src/assets/styles/helpers/_a11y.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ $_shadow-thickness: 4px;

@mixin focus-ring--input {
outline: none;
box-shadow: 0 0 0 $_shadow-thickness var(--color-focus-text),
box-shadow:
0 0 0 $_shadow-thickness var(--color-focus-text),
0 0 0 ($_shadow-thickness * 2) var(--color-focus-background);
}

Expand Down

0 comments on commit 3866ebe

Please sign in to comment.