mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 09:57:35 +01:00
9 lines
126 B
Markdown
9 lines
126 B
Markdown
|
```sass
|
||
|
$font-stack: Helvetica, sans-serif
|
||
|
$primary-color: #333
|
||
|
|
||
|
body
|
||
|
font: 100% $font-stack
|
||
|
color: $primary-color
|
||
|
```
|