In Vite, we were resolving @import '#foo' with subpath imports. But since postcss 16.0.0 (#539), these URLs are filtered out before it reaches any code that the plugin user side can control. That made Vite not able to resolve these URLs (vitejs/vite#15861).
Would it be possible to add an option to skip this default behavior?