I am using php to generate the css files on the fly. But there is a weird outcome. When the page loads, CSS is not applied to any of the elements, though I can view the css code with Chrome developer tools and it looks all correct. And even weirder is that when I edit the code in developer tools panel (like adding a single no-effect white-space), suddenly the css takes effect! I tried clearing cache, no use. Do you have any idea what's wrong?
If it matters:
I am using symfony2.
CSS codes are on a separate file.