Subject: | [PATCH] To fix a case where Minifier generates bad CSS |
Date: | Sun, 28 Nov 2010 22:12:18 +0530 |
To: | bug-css-minifier [...] rt.cpan.org |
From: | ashish [...] Automattic.com (Ashish SHUKLA) |
Hi,
When trying to minify following CSS fragment:
background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)
I get:
background:#ccccccurl(images/ui-bg_highlight-soft_75_cccccc_1x100.png)
which is different from the expected:
background:#cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)
Attached diff fixes this issue for me.
Thanks
--
Ashish SHUKLA
“Until the day when God shall deign to reveal the future to man, all
human wisdom is summed up in these two words,-"Wait and hope".”
(Alexandre Dumas, père, "The Count of Monte Cristo", 1845-1846)
Message body is not shown because sender requested not to inline it.
Message body not shown because it is not plain text.