mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 10:28:22 +01:00
10 lines
127 B
Markdown
10 lines
127 B
Markdown
```sass
|
|
$font-stack: Helvetica, sans-serif
|
|
$primary-color: #333
|
|
|
|
body
|
|
font: 100% $font-stack
|
|
color: $primary-color
|
|
|
|
```
|