1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +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:
Oscar Hinton
2025-08-12 20:32:19 +02:00
committed by GitHub
parent 0b057f4c68
commit 40455546d1
38 changed files with 181 additions and 2357 deletions

View File

@@ -15,5 +15,6 @@ config.safelist = [
pattern: /tw-bg-(.*)/,
},
];
config.corePlugins.preflight = true;
module.exports = config;