Skip to content

Commit 7c62ecd

Browse files
hivokasadamwathan
authored andcommitted
from: undefined -> from: __filename (#3356)
1 parent c2dcd9a commit 7c62ecd

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)