Explorar el Código

Use relative url for overlay image

So it can be correctly resolved when importing vegas.css by other processor (e.g. snowpack)
Pascal Jufer hace 4 años
padre
commit
afefe36ad8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/sass/main/vegas.sass

+ 1 - 1
src/sass/main/vegas.sass

@@ -20,7 +20,7 @@
 
 .vegas-overlay
     opacity: .5
-    background: transparent url('overlays/02.png') center center repeat
+    background: transparent url('./overlays/02.png') center center repeat
 
 .vegas-timer
     top: auto