mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
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:
parent
d2d9aca35c
commit
617660c18b
9 changed files with 1031 additions and 64 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue