mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 10:28:22 +01:00
11 lines
110 B
Markdown
11 lines
110 B
Markdown
```sass
|
|
// base.sass
|
|
|
|
@import reset
|
|
|
|
body
|
|
font: 100% Helvetica, sans-serif
|
|
background-color: #efefef
|
|
|
|
```
|