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
8e857dbd78
commit
43afae42d1
@ -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