Skip to content

Commit

Permalink
fix: update astro-compress to fix css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LyonSyonII committed Oct 24, 2024
1 parent 52d6b2e commit f035f5d
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@lezer/highlight": "^1.2.1",
"sweetalert2": "^11.14.4",
"@sweetalert2/theme-dark": "^5.0.18",
"confettis": "^0.3.6",
"idb-keyval": "^6.2.1",
"lz-string": "^1.5.0",
"magic-regexp": "^0.8.0",
"purgecss": "^6.0.0"
"purgecss": "^6.0.0",
"sweetalert2": "^11.14.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.28.3",
"@biomejs/biome": "1.8.3",
"astro": "^4.16.7",
"astro-compress": "^2.3.4",
"astro-compress": "^2.3.5",
"astro-compressor": "^0.4.1",
"astro-purgecss": "^4.6.1",
"astro-robots-txt": "^1.0.0",
Expand Down
96 changes: 48 additions & 48 deletions frontend/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion frontend/src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
--sl-color-gray-6: #302321;
--sl-color-black: #1d1715;
--sl-color-text: #ebe3e2;

--color-paper: #302321;
--card-padding: 0.5rem;
--border-radius: 0.25rem;
Expand Down

0 comments on commit f035f5d

Please sign in to comment.