1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +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

@@ -33,7 +33,7 @@
<div
*ngIf="data.open"
(click)="sideNavService.toggle()"
class="tw-pointer-events-auto tw-h-full tw-w-full"
class="tw-pointer-events-auto tw-size-full"
></div>
</div>
</main>