From af8385eebbbe50507a10d335716b8927bf3d8610 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Fri, 9 May 2025 17:09:58 +0100 Subject: [PATCH] feat: Add tailwind-scrollbar plugin for custom scrollbars --- package-lock.json | 11 +++++++++++ package.json | 1 + 2 files changed, 12 insertions(+) diff --git a/package-lock.json b/package-lock.json index 1e1cd227d..4f058b7a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index acc4a2b2c..a5a23c972 100644 --- a/package.json +++ b/package.json @@ -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",