mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Fallback url() value for data-uri function should be quoted.
This commit is contained in:
committed by
Luke Page
parent
51387047da
commit
feed74f3bd
@@ -53,5 +53,5 @@
|
||||
uri-2: url('data:text/html,%3Ch1%3EThis%20page%20is%20100%25%20Awesome.%3C%2Fh1%3E%0A');
|
||||
}
|
||||
#data-uri-toobig {
|
||||
uri: url(../data/data-uri-fail.png);
|
||||
uri: url('../data/data-uri-fail.png');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user