ఈ థ్రెడ్ ఆర్కైవ్ చేయడం జరిగినది.
మీకు సహాయం అవసరం ఉంటే, దయచేసి ఒక కొత్త ప్రశ్న అడగండి.
పరిష్కరించబడింది
ఆర్కైవ్ చేయబడింది
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?
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?
ప్రత్యుత్తరాలన్నీ (1)
ఎంపిక చేసిన పరిష్కారం
After further testing, I've discovered this was due to Cloudflare caching, NOT Firefox - my apologies.