I have uploaded my code to an IIS server where we have added https on. My problem now is that the CSS file is not working as it used before. When I run the application in my local machine it runs perfect. As you can see in the picture Pix ( on the left) the correct why for the style is to separate the sections with ; but in the right side of the picture (on the server) it uses , instead of ;.
This problem started after we implemented the https certificate.
The project that I'm working with is built with Blazor.
What I tried is to figure out if the certificated changed something on the server settings that makes the code to read ; as ,