csso icon indicating copy to clipboard operation
csso copied to clipboard

CSSO messes with font icons

Open noum opened this issue 4 years ago • 2 comments

Before:

.icon-shopping-cart:before {
	content: "\e72f"
}

After CSSO: .icon-shopping-cart:before{content:""} Is there a setting I need to activate to prevent this?

noum avatar Dec 13 '21 07:12 noum

Does it break CSS or are you worried about changes in the string? String are now decoding on parsing, so strings should be equivalent (that's not a string with a whitespace but with invisible char looks like a space).

lahmatiy avatar Dec 13 '21 12:12 lahmatiy

I just assumed it didn't work so sorry for that. But still I wish one should have the choice to disable that option to change the icon code manually without minifying everything again. You can close the issue now.

noum avatar Dec 13 '21 14:12 noum