mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[CL-652] Remove bootstrap and enable tailwind preflight (#8071)
Wraps up the tailwind migration by removing bootstrap from the web vault.
This commit is contained in:
@@ -133,6 +133,7 @@
|
||||
<bit-label>
|
||||
{{ "rotateAccountEncKey" | i18n }}
|
||||
<a
|
||||
bitLink
|
||||
href="https://bitwarden.com/help/account-encryption-key/#rotate-your-encryption-key"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
|
||||
@@ -28,6 +28,7 @@ import {
|
||||
FormFieldModule,
|
||||
IconButtonModule,
|
||||
InputModule,
|
||||
LinkModule,
|
||||
ToastService,
|
||||
Translation,
|
||||
} from "@bitwarden/components";
|
||||
@@ -112,6 +113,7 @@ interface InputPasswordForm {
|
||||
PasswordCalloutComponent,
|
||||
PasswordStrengthV2Component,
|
||||
ReactiveFormsModule,
|
||||
LinkModule,
|
||||
SharedModule,
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user