mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Replace Bootstrap classes with Tailwind CSS equivalents to maintain consistent styling: - Replace form-control with Tailwind input classes - Replace btn and btn-outline-secondary with Tailwind button classes - Replace d-block with tw-block - Replace spacing and utility classes with tw- prefixed equivalents - Replace box-content-row with Tailwind layout classes [PM-17181]