We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2092bdf commit 975bc56Copy full SHA for 975bc56
packages/@tailwindcss-node/src/compile.ts
@@ -83,7 +83,7 @@ async function ensureSourceDetectionRootExists(compiler: {
83
.then((stat) => stat.isDirectory())
84
.catch(() => false)
85
86
- if (exists) {
+ if (!exists) {
87
throw new Error(
88
`The \`source(${compiler.root.pattern})\` does not exist or is not a directory.`,
89
)
0 commit comments