chore: counting safelist in tailwindcss configuration (#204)

This commit is contained in:
ayangweb
2025-02-26 09:59:59 +08:00
committed by GitHub
parent 68458557a4
commit 4ab15eae33

View File

@@ -43,4 +43,5 @@ export default {
plugins: [],
mode: "jit",
darkMode: ["class", '[data-theme="dark"]'],
safelist: ["bg-[green]", "bg-[red]", "bg-[yellow]"],
};