I'm using Twig as a Template Engine. I want to render my CSS files though Twig, with the advantage of macros. The response I receive looks fine. But somehow if I include it, the HTML page doesn't recognise it as a css file. When I include the real css files, the site works just fine. The comparison of the received source code is exactly the same...
Although, Chrome displays the files differently. It displays the rendered file on one line. It is probably being interpreted as a HTML file.
The real css file is being displayed like the source code, on multiple lines.
You include both files with the extension of .css. How can I fix this?