Home > database >  The Browser Is Not Updating My CSS File When I'm Using XAMPP
The Browser Is Not Updating My CSS File When I'm Using XAMPP

Time:01-02

I'm Working On a New Project But When I'm Using XAMPP The Browser Doesn't Update My CSS File.

CodePudding user response:

You can add a version number to the css link like the folowing :

<link rel="stylesheet" type="text/css" href="style.css?ver=1.1/>
  • Related