chore(deps): update dependency eslint-plugin-better-tailwindcss to v4 (#506)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emrik Östling <emrik.ostling@gmail.com>
This commit is contained in:
renovate[bot] 2026-01-26 19:44:19 +01:00 committed by GitHub
parent 081f62de95
commit 18f2aa8562
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 36 additions and 51 deletions

View file

@ -10,7 +10,7 @@ export const chooseConverter = new Elysia().use(userService).post(
<article
class={`
convert_to_popup absolute z-2 m-0 hidden h-[50vh] max-h-[50vh] w-full flex-col
overflow-x-hidden overflow-y-auto rounded bg-neutral-800
overflow-x-hidden overflow-y-auto rounded-sm bg-neutral-800
sm:h-[30vh]
`}
>
@ -28,7 +28,7 @@ export const chooseConverter = new Elysia().use(userService).post(
// https://stackoverflow.com/questions/121499/when-a-blur-event-occurs-how-can-i-find-out-which-element-focus-went-to#comment82388679_33325953
tabindex={0}
class={`
target rounded bg-neutral-700 p-1 text-base
target rounded-sm bg-neutral-700 p-1 text-base
hover:bg-neutral-600
`}
data-value={`${target},${converter}`}