
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?
Chosen solution
After further testing, I've discovered this was due to Cloudflare caching, NOT Firefox - my apologies.
Ler a resposta no contexto 👍 0All Replies (2)
For such as userChrome.css edits you need to contact whom you got the css edits from the site your referring to and get support to load it correctly.
Chosen Solution
After further testing, I've discovered this was due to Cloudflare caching, NOT Firefox - my apologies.