We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd7bbc commit 539738dCopy full SHA for 539738d
src/lib/substituteVariantsAtRules.js
@@ -61,7 +61,7 @@ const defaultVariantGenerators = (config) => ({
61
return modified
62
}
63
64
- throw new Error("The `dark` config option must be either 'media' or 'class'.")
+ throw new Error("The `darkMode` config option must be either 'media' or 'class'.")
65
},
66
{ unstable_stack: true }
67
),
0 commit comments