Firefox doesn't reload CSS added through @import while using CTRL+Shift+R
When refreshing and clearing cache using CTRL+Shift+R, browser should reload all assets. However when refreshing site with @import(ed) style sheet, it does not update.
The workaround is to open the style sheet in a new tab (e.g. https://my.web.com/assets/custom.css) and run refresh + clear cache there CTRL+Shift+R, which loads the updated style sheet.
Then, upon refreshing the original site (https://my.web.com), the CSS has been updated.
Is this a bug or expected behaviour?
被選擇的解決方法
After further testing, I've discovered this was due to Cloudflare caching, NOT Firefox - my apologies.
從原來的回覆中察看解決方案 👍 0所有回覆 (1)
選擇的解決方法
After further testing, I've discovered this was due to Cloudflare caching, NOT Firefox - my apologies.