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 4f72d8c commit 977bba6Copy full SHA for 977bba6
src/config.ts
@@ -76,7 +76,7 @@ export async function getTailwindConfig(options: ParserOptions): Promise<any> {
76
// For the same reasons as the v4 stylesheet, it's important that the config
77
// file be resolved relative to the file it's configured in.
78
if (!stylesheet && !mod?.__unstable__loadDesignSystem) {
79
- jsConfig = jsConfig ?? findClosestJsConfig(configDir)
+ jsConfig = jsConfig ?? findClosestJsConfig(inputDir)
80
}
81
82
// We've found a JS config either because it was specified by the user
0 commit comments