Skip to content

Commit

Permalink
Have "press" adding "active" to the Button element, but the CSS is janky
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshjoshi committed Dec 9, 2024
1 parent d410d72 commit a6feca0
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 123 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@sveltejs/kit": "^2.9.0",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@tailwindcss/vite": "4.0.0-beta.5",
"@tailwindcss/vite": "4.0.0-beta.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.6",
Expand All @@ -63,12 +63,12 @@
"happy-dom": "^15.11.7",
"jsdom": "^25.0.1",
"publint": "^0.2.12",
"svelte": "^5.6.0",
"svelte": "^5.9.1",
"svelte-check": "^4.1.1",
"tailwindcss": "4.0.0-beta.5",
"tailwindcss": "4.0.0-beta.6",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite": "^6.0.3",
"vitest": "^2.1.8"
},
"svelte": "./dist/index.js",
Expand Down
Loading

0 comments on commit a6feca0

Please sign in to comment.