mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
feat: Add tailwind-scrollbar plugin for custom scrollbars
This commit is contained in:
Generated
+11
@@ -19,6 +19,7 @@
|
||||
"socket.io": "^4.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gradin/tailwindcss-scrollbar": "^3.0.1",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"chokidar": "^4.0.3",
|
||||
"concurrently": "^9.1.2",
|
||||
@@ -599,6 +600,16 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@gradin/tailwindcss-scrollbar": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@gradin/tailwindcss-scrollbar/-/tailwindcss-scrollbar-3.0.1.tgz",
|
||||
"integrity": "sha512-diXlxbgX4JU/uUJsL54SWpL7Ek3FdZmL/QyBBk6wSSVcd4zQL8Jk6CgpPyY7qy1jymAS6E/P+YY1rs6coiSWAA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"tailwindcss": ">=2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@hutson/parse-repository-url": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-5.0.0.tgz",
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
},
|
||||
"_comment_tailwind_v3_reason": "Using Tailwind CSS v3 (3.4.4) due to build inconsistencies observed with v4 (specifically 4.1.4). v4 resulted in incorrectly purged CSS files when built within certain Linux environments (e.g., Proxmox LXC - Debian 12 x86_64), failing to detect dynamically added classes. v3.4.4 builds correctly.",
|
||||
"devDependencies": {
|
||||
"@gradin/tailwindcss-scrollbar": "^3.0.1",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"chokidar": "^4.0.3",
|
||||
"concurrently": "^9.1.2",
|
||||
|
||||
Reference in New Issue
Block a user