Removed scss styling in favor of Tailwind, more base styling added

Background images added and styled.
Also added a font family to the index.html: anaheim from bunnyfonts.
This commit is contained in:
Jesse Malotaux 2025-02-28 11:56:27 +01:00
parent d2d9aca35c
commit 617660c18b
9 changed files with 1031 additions and 64 deletions

View file

@ -11,6 +11,8 @@
"format": "prettier --write src/"
},
"dependencies": {
"@tabler/icons-vue": "^3.30.0",
"@tailwindcss/vite": "^4.0.9",
"pinia": "^3.0.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
@ -22,6 +24,8 @@
"eslint": "^9.20.1",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.5.1",
"sass-embedded": "^1.85.1",
"tailwindcss": "^4.0.9",
"vite": "^6.1.0",
"vite-plugin-vue-devtools": "^7.7.2"
}