Skip to content

Commit

Permalink
from: undefined -> from: __filename (#3356)
Browse files Browse the repository at this point in the history
  • Loading branch information
hivokas authored and adamwathan committed May 7, 2021
1 parent c2dcd9a commit 7c62ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/substituteClassApplyAtRules.js
Expand Up @@ -350,7 +350,7 @@ export default function substituteClassApplyAtRules(config, getProcessedPlugins,
substituteScreenAtRules(config),
])
.process(requiredTailwindAtRules.map((rule) => `@tailwind ${rule};`).join('\n'), {
from: undefined,
from: __filename,
})
.then((result) => {
defaultTailwindTree.set(lookupKey, result)
Expand Down

0 comments on commit 7c62ecd

Please sign in to comment.