1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-16889] Add KM lib to tailwind configs (#12783)

Add KM lib to tailwind configs
This commit is contained in:
Thomas Avery
2025-01-09 13:07:26 -06:00
committed by GitHub
parent 2271062a5a
commit 8cfa30acb5
4 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ module.exports = {
content: [
"./src/**/*.{html,ts}",
"../../libs/components/src/**/*.{html,ts}",
"../../libs/key-management/src/**/*.{html,ts}",
"../../libs/auth/src/**/*.{html,ts}",
],
safelist: [],