mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Correctly handle data URIs, add test for quoted data URIs.
This commit is contained in:
@@ -80,3 +80,6 @@ p + h1 {
|
||||
kg9C9zwz3gVLMDA/A6P9/AFGGFyjOXZtQAAAAAElFTkSuQmCC);
|
||||
background-image: url(data:image/x-png,f9difSSFIIGFIFJD1f982FSDKAA9==);
|
||||
}
|
||||
#svg-data-uri {
|
||||
background: transparent url('data:image/svg+xml, <svg version="1.1"><g></g></svg>');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user