Skip to content

Commit b23f8f8

Browse files
authored
from: undefined -> from: __filename
1 parent 3fa7a22 commit b23f8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/substituteClassApplyAtRules.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export default function substituteClassApplyAtRules(config, getProcessedPlugins,
350350
substituteScreenAtRules(config),
351351
])
352352
.process(requiredTailwindAtRules.map((rule) => `@tailwind ${rule};`).join('\n'), {
353-
from: undefined,
353+
from: __filename,
354354
})
355355
.then((result) => {
356356
defaultTailwindTree.set(lookupKey, result)

0 commit comments

Comments
 (0)