Added removing url parentheses if possible.
authorGoalSmashers <jakub@goalsmashers.com>
Sun, 21 Oct 2012 10:31:49 +0000 (11:31 +0100)
committerGoalSmashers <jakub@goalsmashers.com>
Sun, 21 Oct 2012 10:31:49 +0000 (11:31 +0100)
commitbab1e241a017cad88c47fdaeea0b4619f3dad870
treebed591dfab03236728ff027f8b437dab639d2b27
parent680b85cbb1aa069da18bd6ad34c3938b96a828b7
Added removing url parentheses if possible.

* Do not remove parentheses when url given with spaces (since encoded spaces take three bytes instead of one).
* Removing parentheses from url(...) declarations.
lib/clean.js
test/data/big-min.css
test/unit-test.js