fix: safelist dark

This commit is contained in:
Aslam H
2024-08-11 05:45:01 +07:00
parent b00c519e62
commit 413110bb3a

View File

@@ -5,6 +5,7 @@ const config = {
darkMode: ["class"],
content: ["./pages/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}", "./app/**/*.{ts,tsx}", "./src/**/*.{ts,tsx}"],
prefix: "",
safelist: [".dark"],
theme: {
container: {
center: true,