Skip to content

Commit 579d580

Browse files
committed
update diagnostic message
1 parent caa2ba1 commit 579d580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-service/src/diagnostics/getInvalidConfigPathDiagnostics.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function validateConfigPath(
9494
typeof value === 'function'
9595
)
9696
) {
97-
let reason = `'${pathToString(path)}' was found but does not resolve to a string, number, array or function.`
97+
let reason = `'${pathToString(path)}' was found but does not resolve to a valid theme value.`
9898

9999
if (isObject(value)) {
100100
let validKeys = Object.keys(value).filter(

0 commit comments

Comments
 (0)