Skip to content

Commit

Permalink
chore(deps): update prettier to v3.5.0 (#409)
Browse files Browse the repository at this point in the history
* chore(deps): update prettier to v3.5.0

* style: format

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin Hall <[email protected]>
  • Loading branch information
renovate[bot] and wKovacs64 authored Feb 9, 2025
1 parent 2b75a60 commit 8bca344
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
14 changes: 7 additions & 7 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 @@
"memoize-one": "6.0.0",
"mobile-detect": "1.4.5",
"ms": "2.1.3",
"prettier": "3.4.2",
"prettier": "3.5.0",
"prettier-plugin-tailwindcss": "0.6.11",
"prop-types": "15.8.1",
"react": "19.0.0",
Expand Down
10 changes: 6 additions & 4 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
@custom-variant dark (&:is(.dark *));

@theme {
--font-body: 'Source Sans 3', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
--font-heading: Nunito, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
--font-body:
'Source Sans 3', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol', 'Noto Color Emoji';
--font-heading:
Nunito, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol', 'Noto Color Emoji';
--font-mono: Courier New, Courier, monospace;

--color-light: #b3efff;
Expand Down

0 comments on commit 8bca344

Please sign in to comment.