1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

[CL-434] Swap extension to use tailwind preflight (#17054)

Co-authored-by: Vicki League <vleague@bitwarden.com>
This commit is contained in:
Oscar Hinton
2025-12-09 21:40:00 +01:00
committed by GitHub
parent 488a786b86
commit 2cd12d9611
15 changed files with 215 additions and 1915 deletions

View File

@@ -12,5 +12,6 @@ config.content = [
"../../libs/vault/src/**/*.{html,ts}",
"../../libs/pricing/src/**/*.{html,ts}",
];
config.corePlugins.preflight = true;
module.exports = config;