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.
tailwindcss
1 parent c4d2a49 commit 7604082Copy full SHA for 7604082
src/config.ts
@@ -40,7 +40,7 @@ export async function getTailwindConfig(options: ParserOptions): Promise<any> {
40
// We resolve this like we're in `inputDir` for better monorepo support as
41
// Prettier may be configured at the workspace root but Tailwind CSS is
42
// installed for a workspace package rather than the entire monorepo
43
- let [mod, pkgDir] = await resolveTailwindPath(options, configDir)
+ let [mod, pkgDir] = await resolveTailwindPath(options, inputDir)
44
45
// Locate the v4 stylesheet relative to the prettier config file
46
//
0 commit comments