-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
.remove-zero-unit {
max-height: 0%;
height: 0%;
font-size: calc(0%);
transform: rotateZ(0deg);
}correct minification
.remove-zero-unit{max-height:0;height:0;font-size:0;transform:rotate(0)}- removes
%anddegunits where they can be safely eliminated
CSSnano output
.remove-zero-unit{max-height:0%;height:0%;font-size:0%;transform:rotate(0deg)}- can remove unit from % on
heightandmax-heightproperties - can remove
degfrom0deg - can remove
%if final simplification from calc is0%
Metadata
Metadata
Assignees
Labels
No labels