Removing unneeded 'unquote' from tests

This commit is contained in:
Mattias Pfeiffer 2011-05-05 10:19:19 +02:00
parent 6b3ca3901c
commit 223258c203

View File

@ -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")