Browse Source
Set globalThis.__tw_resolve in postcss.config.js to bypass enhanced-resolve's CachedInputFileSystem, which caches stale negative results on Windows (e.g. when Windows Defender scans node_modules). Also fix @source path from "./src" to "." since the directive is relative to the CSS file location. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>pull/11756/head
2 changed files with 33 additions and 1 deletions
@ -1,3 +1,3 @@ |
|||
@import "tailwindcss"; |
|||
|
|||
@source "./src"; |
|||
@source "."; |
|||
|
|||
Loading…
Reference in new issue