mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 18:38:12 +01:00
08db1eb744
// base.sass /* base.scss */
118 B
118 B
// base.scss
@import 'reset';
body {
font: 100% Helvetica, sans-serif;
background-color: #efefef;
}