refresh-sf icon indicating copy to clipboard operation
refresh-sf copied to clipboard

css not clean transforms

Open webwamp opened this issue 4 years ago • 0 comments

in CSS Compressor when you have something like this:

transform: translate(50%,50%); or transform: scale(2,2);

this tools should changed to this:

transform:translate(50%); or transform:scale(2);

but it is not, and refresh-sf not change this

when you have transition translate or scale or else, when passed two parameter is same value, should be removed one of them,

please fix this issue

webwamp avatar Sep 06 '20 04:09 webwamp