From e4add89ba8393db72cd2230ac6bd4f004b868cf9 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Tue, 17 Mar 2026 13:33:20 +0100 Subject: [PATCH] chore(tailwind): remove daisyui --- theme/static_src/package-lock.json | 11 ----------- theme/static_src/package.json | 1 - theme/static_src/src/styles.css | 2 -- 3 files changed, 14 deletions(-) diff --git a/theme/static_src/package-lock.json b/theme/static_src/package-lock.json index ad47e10..801d3d6 100644 --- a/theme/static_src/package-lock.json +++ b/theme/static_src/package-lock.json @@ -12,7 +12,6 @@ "@tailwindcss/postcss": "^4.1.16", "@tailwindcss/typography": "^0.5.19", "cross-env": "^10.1.0", - "daisyui": "^5.3.10", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "postcss-nested": "^7.0.2", @@ -596,16 +595,6 @@ "node": ">=4" } }, - "node_modules/daisyui": { - "version": "5.5.19", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.19.tgz", - "integrity": "sha512-pbFAkl1VCEh/MPCeclKL61I/MqRIFFhNU7yiXoDDRapXN4/qNCoMxeCCswyxEEhqL5eiTTfwHvucFtOE71C9sA==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/saadeghi/daisyui?sponsor=1" - } - }, "node_modules/dependency-graph": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-1.0.0.tgz", diff --git a/theme/static_src/package.json b/theme/static_src/package.json index afa35ac..35b9def 100644 --- a/theme/static_src/package.json +++ b/theme/static_src/package.json @@ -16,7 +16,6 @@ "@tailwindcss/postcss": "^4.1.16", "@tailwindcss/typography": "^0.5.19", "cross-env": "^10.1.0", - "daisyui": "^5.3.10", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "postcss-nested": "^7.0.2", diff --git a/theme/static_src/src/styles.css b/theme/static_src/src/styles.css index b205c96..ab21377 100644 --- a/theme/static_src/src/styles.css +++ b/theme/static_src/src/styles.css @@ -1,8 +1,6 @@ @import "tailwindcss"; @plugin "@tailwindcss/typography"; -@plugin "daisyui"; - /** * A catch-all path to Django template files, JavaScript, and Python files * that contain Tailwind CSS classes and will be scanned by Tailwind to generate the final CSS file.