有什么用 我的天 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