Skip to content

Commit

Permalink
Update dependency prettier to v3.4.2 [skip netlify] (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent a8c838d commit aa66ca6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .storybook/preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
// This goofy nested where & not selector is to reduce specificity
.sbdocs-content {
:where(
:where(#{$selectors}):not(
.sb-anchor,
.sb-unstyled,
.sb-unstyled :where(#{$selectors})
)
) {
:where(#{$selectors}):not(
.sb-anchor,
.sb-unstyled,
.sb-unstyled :where(#{$selectors})
)
) {
color: var(--color-page-text);
}

Expand Down
8 changes: 4 additions & 4 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 @@ -58,7 +58,7 @@
"postcss": "8.4.49",
"postcss-cli": "11.0.0",
"postcss-inline-svg": "6.0.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "1.81.1",
Expand Down
5 changes: 4 additions & 1 deletion src/init/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

:root {
--color-text-link-underline: #{rgba(tokens.$color-text-link, 0.33)};
--color-text-link-underline-hover: #{rgba(tokens.$color-text-link-hover, 0.33)};
--color-text-link-underline-hover: #{rgba(
tokens.$color-text-link-hover,
0.33
)};
--color-text-link-primary-underline: #{rgba(
tokens.$color-text-link-primary,
0.33
Expand Down

0 comments on commit aa66ca6

Please sign in to comment.