From e022b60920816989d4b742c6519d847d18f94c6f Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 24 May 2026 22:32:29 +0200 Subject: [PATCH] chore: remove @toolwind/anchors --- bun.lock | 3 --- package.json | 1 - static/assets/style.css | 13 ------------- 3 files changed, 17 deletions(-) diff --git a/bun.lock b/bun.lock index 6ca612e..fc4d43a 100644 --- a/bun.lock +++ b/bun.lock @@ -9,7 +9,6 @@ }, "devDependencies": { "@tailwindcss/cli": "^4.2.4", - "@toolwind/anchors": "^1.0.10", "@typescript-eslint/eslint-plugin": "^8.59.2", "@typescript-eslint/parser": "^8.59.2", "eslint": "^10.3.0", @@ -118,8 +117,6 @@ "@tailwindcss/oxide-win32-x64-msvc": ["@tailwindcss/oxide-win32-x64-msvc@4.2.4", "", { "os": "win32", "cpu": "x64" }, "sha512-ESlKG0EpVJQwRjXDDa9rLvhEAh0mhP1sF7sap9dNZT0yyl9SAG6T7gdP09EH0vIv0UNTlo6jPWyujD6559fZvw=="], - "@toolwind/anchors": ["@toolwind/anchors@1.0.10", "", { "peerDependencies": { "tailwindcss": ">=3.0.0 || >=4.0.0" } }, "sha512-F3J/lxGGPUy+GIpT49NmYMF1X7l0d7UzdDASni29il2ro5sT4cYfPBFHBAfOM0lpgKOr/HnqINlomngt8BcvnA=="], - "@types/esrecurse": ["@types/esrecurse@4.3.1", "", {}, "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw=="], "@types/estree": ["@types/estree@1.0.9", "", {}, "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg=="], diff --git a/package.json b/package.json index 2782684..c02360b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ }, "devDependencies": { "@tailwindcss/cli": "^4.2.4", - "@toolwind/anchors": "^1.0.10", "@typescript-eslint/eslint-plugin": "^8.59.2", "@typescript-eslint/parser": "^8.59.2", "eslint": "^10.3.0", diff --git a/static/assets/style.css b/static/assets/style.css index dbaff2c..8977568 100644 --- a/static/assets/style.css +++ b/static/assets/style.css @@ -1,5 +1,4 @@ @import 'tailwindcss'; -@import '@toolwind/anchors'; @source "../../templates/**/*.gohtml"; @source "../**/*.ts"; @@ -11,17 +10,13 @@ --color-background-surface: light-dark(#ffffff, #17181c); --color-background-button: light-dark(#f5f5f5, #131417); --color-background-button-hover: light-dark(#ececec, #1c1d22); - - --color-foreground-muted: light-dark(#6e6e6e, #a1a1aa); --color-foreground: light-dark(#111111, #f3f4f6); - --color-accent: #00b3c4; --color-surface-hover: light-dark(rgba(0, 0, 0, 0.04), rgba(255, 255, 255, 0.05)); } :root { color-scheme: light dark; - --bg: var(--color-background); --panel: light-dark(#f7f7f7, #181818); --panel-soft: light-dark(#ececec, #202020); @@ -58,14 +53,6 @@ --radius: 0px; } -[data-theme='light'] { - color-scheme: light; -} - -[data-theme='dark'] { - color-scheme: dark; -} - html, body { background-color: var(--color-background);