sass - 变量计算

.section {
	$gridHeight: 310px;
	$spacing: 10px;
	height: $gridHeight * 2 + $spacing;
}

你可能感兴趣的:(sass,项目问题,sass,前端,css)