I was working on a wordpress theme I tried changing a bootstrap.css file Just a small change from dislpay:none to display block
The website display the changes when i load the website in new phones or laptops where the website was not opened previously
But if i try to open the website in the browser where it was opened before making the changes, it loads the previous file When i inspect element it still shows display:none in previously loaded ones, but changes are visible if its loaded for the first time.
tried clearing history and cache, did not work
Thanks
