Hello, I'm having trouble showing my site in Google Chrome. I edit the codes mainly in the css, the mozila displays on the hour, but in chrome or it takes a lot (after updating about 20 times) that works, or does not update at all.
The problem is only with css. I'm making a theme for wordpress, so I use style.css
I call style like this:
<link href="<?php bloginfo('template_url'); ?>/vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
I'm using 3 more css pages:
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" >
<link href="<?php bloginfo('template_url'); ?>/css/grayscale.css" rel="stylesheet">
<link href="<?php bloginfo('template_url'); ?>/css/agency.css" rel="stylesheet">
It was necessary to use them to get certain results that I wanted. I do not know if this is disturbing you. But I had the same problem on another theme I was developing and only used style and bootstrap. All this to make a website responsive as well.