"Stylesheet could not be loaded" in Firefox [closed]

0

I got an error in Firefox when trying a site that I'm creating, the error says "Stylesheet Could Not Be Loaded" and it only happens when I use Firefox but the weird thing is that some parts of the style sheet if load as for example the background color of the footer and the main, also when I change the style sheet since Firefox changes, I modified things in the style sheet and everything but when I run the site again it is as if the changes had never been made, What's more, I also modified the direct style from Firefox and saved that stylesheet but still does not "recognize" it. Say, does anyone know what this is?

Thank you.

    
asked by Ccccccccc 20.03.2017 в 22:59
source

1 answer

2

We go in parts:

  

the error says "Stylesheet Could Not Be Loaded"

This error means that there is some resource that has not been loaded correctly. It may be that within the CSS sheet an external resource is requested, such as a topography and this is not loaded correctly. One reason may be because the URL to the font is wrong or the server is down.

To know this, I recommend opening the firefox developer window and see if there is an error of any kind when downloading the resources. For example a 404.

  

I modified things in the style sheet and everything but when I re-run the site it's as if the changes had never been made

I think that when you reload the page, the resources are downloaded again, overwriting the change.

  

I also modified the direct style from Firefox and saved that stylesheet but still does not "recognize" it, say

It may be because firefox loads the style sheet from the cache. Look for some tool to clean the cache of the page.

By not having more data I can not respond in a more precise way. Greetings!

    
answered by 20.03.2017 в 23:12