Google chrome css doesn't update unless clear cache
- Open
DevTools
- Open
Settings
(bottom right or useF1
shortcut) - Check
Disable cache (while DevTools is open)
https://developers.google.com/chrome-developer-tools/docs/settings#general
CTRL+F5 : to refresh the page by clearing GG chrome cache.
You can do any of the following options:-
- Install a Chrome Extension like Clear Cache to clear cache by clicking on icon.
- Use Incognito Mode and browser your website in incognito mode. Incognito mode won't disable cache clearly. Disabling cache completely may slow down your browsing experience.
- Use chrome's features like Hard Reload (Clear cache and hard reload). Read this stackoverflow post
- As @Vitaly mentioned, Use Developer Tool settings to disable cache completely.
Choose what fits you :)