Error loading stylesheet

When I click on the word floorplan it just stays loading and I get an error : Error loading stylesheet

Anybody ?

this is the stylesheet

/* SVG shapes */


svg, svg * {
  vector-effect: non-scaling-stroke !important;
  pointer-events: all !important;
}



/* Intdoor Temperature */

.temp-in-very-low {
  fill: #00a1ff !important;
  fill-opacity: 1 !important;
}

.temp-in-low {
  fill: #00ddff !important;
  fill-opacity: 1 !important;
}

.temp-in-good {
  fill: #00c609 !important;
  fill-opacity: 1 !important;
}

.temp-in-high {
  fill: #ff4c00 !important;
  fill-opacity: 1 !important;
}

.temp-in-too-high {
  fill: #fe0000 !important;
  fill-opacity: 1 !important;
}

It doesn’t look any different to mine and mine works fine.

my problem was that I changed the link to the stylesheet in floorplan.yaml… When this was ok, the css is ok :wink: Thanks for answering anyway