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

Add support for migrated jslib (#2826)

This commit is contained in:
Oscar Hinton
2022-06-03 18:01:07 +02:00
committed by GitHub
parent 71e076b305
commit 5780bf85e7
58 changed files with 103 additions and 43157 deletions

View File

@@ -3,7 +3,7 @@ const colors = require("tailwindcss/colors");
module.exports = {
prefix: "tw-",
content: ["./src/**/*.{html,ts}", "./jslib/components/src/**/*.{html,ts}"],
content: ["./src/**/*.{html,ts}", "../../libs/components/src/**/*.{html,ts}"],
safelist: [],
corePlugins: { preflight: false },
theme: {