mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
(fix) properly chunkify naked urls
This commit is contained in:
@@ -14,3 +14,9 @@
|
||||
empty: '';
|
||||
semi-colon: ';';
|
||||
}
|
||||
#one-line {
|
||||
image: url(http://tooks.com);
|
||||
}
|
||||
#crazy {
|
||||
image: url(http://), "}", url("http://}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user