mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
from: undefined -> from: __filename (#3356)
This commit is contained in:
parent
c2dcd9aa3b
commit
7c62ecdcdd
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user