Updated styling

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
Louis Hollingworth 2023-09-21 10:45:11 +01:00
parent 20f681aa3c
commit 7ba84dd020
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
14 changed files with 2497 additions and 2316 deletions

View file

@ -11,12 +11,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/deno": "1.1.0",
"@astrojs/vue": "1.1.0",
"astro": "^1.4.2",
"vue": "^3.2.30"
"@astrojs/tailwind": "^5.0.0",
"@astrojs/vue": "3.0.0",
"astro": "^3.1.1",
"tailwindcss": "^3.0.24",
"vue": "^3.3.4"
},
"devDependencies": {
"sass": "1.55.0"
"sass": "1.68.0",
"typescript": "^5.2.2"
}
}