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 68bd3cd commit d586b21Copy full SHA for d586b21
src/config.ts
@@ -55,7 +55,7 @@ export async function getTailwindConfig(
55
}
56
57
// Now see if we've loaded the Tailwind config file before (and it's still valid)
58
- let contextKey = `${configPath}:${entryPoint}`
+ let contextKey = `${pkgName}:${configPath}:${entryPoint}`
59
let existing = pathToContextMap.get(contextKey)
60
if (existing) {
61
return existing
0 commit comments