1
0
mirror of https://github.com/danbee/julep synced 2025-03-04 08:59:10 +00:00
julep/includes/_defaults.scss
2013-02-12 12:55:49 +00:00

12 lines
176 B
SCSS

// Set some sensible defaults.
* {
margin: 0;
padding: 0;
@include box-sizing(border-box);
}
body {
margin: 0;
font-family: "Helvetica Neue", "Arial", sans-serif;
}