style: add button background and transition curve variable
- Add sass-embedded as dev dependency for SCSS compilation - Add background color to buttons for better visibility - Add --curve CSS variable for consistent easing transitions across components - Rebuild compiled CSS files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
55881739ac
commit
a934736e2c
6 changed files with 951 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"sass-embedded": "^1.93.3",
|
||||
"vite": "^7.2.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue