Using ```css @import url('./another-file.css'); ``` tries to load `@embroider/virtual/another-file.css` which is not recognised and so 404s. The sooner we move away from this to just using the vite css pipeline the better.
Using
tries to load
@embroider/virtual/another-file.csswhich is not recognised and so 404s.The sooner we move away from this to just using the vite css pipeline the better.