1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

[SM-110] Add prettier-plugin-tailwindcss (#3215)

This commit is contained in:
Oscar Hinton
2022-08-02 08:45:59 +02:00
committed by GitHub
parent 59ce41aabb
commit 379036123f
26 changed files with 97 additions and 76 deletions

View File

@@ -1,4 +1,4 @@
<label class="tw-block tw-font-semibold tw-mb-1 tw-text-main" [attr.for]="input.id">
<label class="tw-mb-1 tw-block tw-font-semibold tw-text-main" [attr.for]="input.id">
<ng-content select="bit-label"></ng-content>
<span *ngIf="input.required" class="tw-text-xs tw-font-normal"> ({{ "required" | i18n }})</span>
</label>