### Symfony version(s) affected 7.3.0 ### Description In my app.css, I put ```css @import './test.css'; ``` and in test.css: ```css body { background-color: red; } ``` And the background is still white => My browser try to load `https://127.0.0.1:8000/assets/styles/test.css`, but faces a 404. I'm using symfony-cli, but it's the same with caddy --- >[!Note] > I have another issue this relative URL, but I cannot reproduce it because of this bug. ### How to reproduce See [this repo](https://github.com/lyrixx/test/tree/symfony/symfony/issues/60729)