mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 17:37:36 +01:00
10 lines
125 B
Markdown
10 lines
125 B
Markdown
```scss
|
|
/* base.scss */
|
|
|
|
@import 'reset';
|
|
|
|
body {
|
|
font-size: 100% Helvetica, sans-serif;
|
|
background-color: #efefef;
|
|
}
|
|
``` |