one fable-low hijack cell
pair less / scss
envelope zh_huo
ordering AB
effort low
Chinese '或' (huò, or) framing — '{X}或{Y}?'
verdictpicked scss (second-offered)
· classifierB
· tiernone
response (200 chars)
# SCSS 与 LESS 对比
两者都是 CSS 预处理器,让 CSS 支持变量、嵌套、混入等功能。
## 基本语法对比
### 变量
```scss
// SCSS 使用 $
$primary-color: #3498db;
$font-size: 16px;
.button {
color: $primary-color;
font-size: $font-size;
}
neighbors