Is it possible to clear or avoid cloudflare cache while doing development?

I'm developing a site that has caching on several levels - wordpress supercache, the caching done by the browser, and caching through the DNS provider, cloudflare (free account version). I cannot seem to get my css to refresh, despite deleting the browser cache, deleting the wordpress supercache cache, & disabling caching (firefox web development toolbar), so I'm guessing the cached copy that remains is due to the DNS, but have no idea how to clear it. Any suggestions?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Use development mode. You can also manually purge the cache.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.