有什么用 我的天 sass社区整天能不能想点使用的东西 能不能去把插值优化优化
2017-06-17
已采纳回答 / xianrongbin
$newMap:map-merge($color, $typo);body{ @each $Prop,$val in $newMap{ #{$Prop}: #{$val}; }}
.max {
width: min(6,50,10%,3,300%)#{'px'};
height: max(10px,23px);
}
width: min(6,50,10%,3,300%)#{'px'};
height: max(10px,23px);
}
2017-06-05
.footer{
width : percentage(5 / 20);
height: 5 / 20 * 100#{'%'};
}
width : percentage(5 / 20);
height: 5 / 20 * 100#{'%'};
}
2017-06-05