I have updated CSS file from website but changes are not reflecting on web page.
I have tried clearing cache, opening private window but nothing works. Changes are saved on server.
Another thing I have noticed, the CSS url is returning the old CSS. Is there any thing I need to do to reflect my CSS changes.
What you’re experiencing is your browser trying to be helpful by remembering the contents of the CSS file so it doesn’t need to load all files with every request.
Try to clear your browser cache and then check again.