Cloudflare displaying cached CSS in-line?
        Posted  
        
            by 
                esqew
            
        on Pro Webmasters
        
        See other posts from Pro Webmasters
        
            or by esqew
        
        
        
        Published on 2012-12-07T21:52:10Z
        Indexed on 
            2012/12/07
            23:44 UTC
        
        
        Read the original article
        Hit count: 284
        
cache
I recently enabled CloudFlare on my domain, and when I make HTML statements like this:
<link href="css/main.css" rel="stylesheet" />
The CSS gets displayed in-line, like this:
<style>body{padding-top:40px}span.light{font-weight:lighter!important}span.title{font-size:60px;line-height:1;letter-spacing:-1px;color:inherit}</style>
When I update the file via FTP, the changes are not reflected, which leads me to believe that this is a caching issue.
Is this due to CloudFlare? If so, how do I disable the behavior?
EDIT I also came to the conclusion that caching is behind the behavior after being able to see changes in the page after re-naming the CSS file.
© Pro Webmasters or respective owner