CSS file not refreshing in browser

前端 未结 15 1278
旧时难觅i
旧时难觅i 2020-11-29 04:55

When I make any changes to my CSS file, the changes are not reflected in the browser. How can I fix this?

15条回答
  •  遥遥无期
    2020-11-29 05:24

    The Ctrl + F5 solusion didn't work for me in Chrome.

    But I found How to Clear Chrome Cache for Specific Website Only (3 Steps):

    1. As the page is loaded, open Chrome Developer Tools (Right-Click > Inspect) or (Menu > More Tools > Developer Tools)
    2. Next, go to the Refresh button in Chrome browser, and Right-Click the Refresh button.
    3. Select "Empty Cache and Hard Refresh".

    Hope this answer helps someone!

提交回复
热议问题