Use OpenProps for consistent styles

This commit is contained in:
thiloho
2023-05-22 12:34:55 +02:00
parent a3334ab45e
commit dd4e6491de
10 changed files with 107 additions and 66 deletions

View File

@@ -11,11 +11,12 @@
},
"dependencies": {
"@astrojs/svelte": "^2.1.1",
"astro": "^2.4.5",
"rehype-autolink-headings": "^6.1.1",
"sharp": "^0.32.1",
"@fontsource/jetbrains-mono": "^4.5.12",
"@fontsource/roboto": "^4.5.8",
"astro": "^2.4.5",
"open-props": "^1.5.8",
"rehype-autolink-headings": "^6.1.1",
"sharp": "^0.32.1",
"svelte": "^3.59.1"
}
}