-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
div {
background : lime ;
width : calc(50% + (5em + 5%)) ;
height : calc(50% + (5em + 5%)) ;
}correct minification
div{background:lime;width:calc(55% + 5em);height:calc(55% + 5em)}- even without evaluating it, the formula can be consolidated further
CSSnano output
div{background:lime;width:calc(50% + (5em + 5%));height:calc(50% + (5em + 5%))}- the
50%and5%can be added together
Metadata
Metadata
Assignees
Labels
No labels