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