I am using Apache to parse css files with css. The problem is that when apache/php does its thing the result is a file that has LF at the end of the line rather than CRLF. This makes Firefox ignore the rules but it works just fine in IE6.
How can I force CRLF in CSS files in apache?