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 committed Jan 29, 2021
1 parent 8e857db commit 43afae4
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 43afae4

Please sign in to comment.