### Description in xxx.css property width: calc(100% * 1 / 12 - 0em - 0.05px); have wrong format in minification output width:calc(100%*1/12 - 0 - .05px);
Description
in xxx.css property
width: calc(100% * 1 / 12 - 0em - 0.05px);
have wrong format in minification output
width:calc(100%*1/12 - 0 - .05px);