我们的"Show Sass" 工具让学习 Sass 变得容易,它显示了代码和结果。
/* Define standard variables and values for website */
$bgcolor: lightblue;
$textcolor: darkblue;
$fontsize: 18px;
/* Use the variables */
body {
background-color: $bgcolor;
color: $textcolor;
font-size: $fontsize;
}
在 91xjr,您将找到所有 Sass 函数的完整参考以及语法和示例。
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!