(fix) properly chunkify naked urls

This commit is contained in:
cloudhead
2011-04-22 16:59:39 -04:00
parent 4361a6cb3a
commit 453b467c85
3 changed files with 19 additions and 4 deletions

View File

@@ -14,3 +14,9 @@
empty: '';
semi-colon: ';';
}
#one-line {
image: url(http://tooks.com);
}
#crazy {
image: url(http://), "}", url("http://}");
}