1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

[deps] Architecture: Update eslint-plugin-tailwindcss to v3.18.0 (#12966)

* [deps] Architecture: Update eslint-plugin-tailwindcss to v3.18.0

* Fix linting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-27 11:12:12 -05:00
committed by GitHub
parent 9fe84c35d2
commit c3bb76bee0
14 changed files with 23 additions and 26 deletions

View File

@@ -4,7 +4,7 @@
[src]="data.image"
[appFallbackSrc]="data.fallbackImage"
*ngIf="data.imageEnabled && data.image"
class="tw-h-6 tw-w-6 tw-rounded-md"
class="tw-size-6 tw-rounded-md"
alt=""
decoding="async"
loading="lazy"