基础 变量 SCSS允许你定义变量,可以在样式表中重复使用。例如,你可以定义一个颜色变量,并在整个样式表中使用它 $primary-color: #3498db; $font-stack: Helvetica, sans-serif; body { font: 100% $font-stack