Cloudflare displaying cached CSS in-line?
- by esqew
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.