add a data-uri function

as described in a comment on #775
This commit is contained in:
Jay Adkisson
2012-12-23 00:59:13 -08:00
committed by Luke Page
parent d56e0a476d
commit 24e41081ef
4 changed files with 22 additions and 0 deletions

View File

@@ -110,3 +110,7 @@
average: average(#f60000, #0000f6);
negation: negation(#f60000, #313131);
}
#data-uri {
background-image: data-uri('image/jpeg;base64', 'test/data/image.jpg');
}