Removing unneeded 'unquote' from tests
This commit is contained in:
parent
6b3ca3901c
commit
223258c203
@ -1,14 +1,14 @@
|
|||||||
.showgrid
|
.showgrid
|
||||||
background-image: image-url(unquote("grid.png"))
|
background-image: image-url("grid.png")
|
||||||
|
|
||||||
.inlinegrid
|
.inlinegrid
|
||||||
background-image: inline-image(unquote("grid.png"))
|
background-image: inline-image("grid.png")
|
||||||
|
|
||||||
.no-buster
|
.no-buster
|
||||||
background-image: image-url("grid.png", $only-path: false, $cache-buster: false)
|
background-image: image-url("grid.png", $only-path: false, $cache-buster: false)
|
||||||
|
|
||||||
.feed
|
.feed
|
||||||
background-image: image-url(unquote("feed.png"))
|
background-image: image-url("feed.png")
|
||||||
|
|
||||||
.dk
|
.dk
|
||||||
background-image: image-url(unquote("flags/dk.png"))
|
background-image: image-url("flags/dk.png")
|
Loading…
Reference in New Issue
Block a user