mirror of
https://github.com/danbee/julep
synced 2025-03-04 08:59:10 +00:00
12 lines
176 B
SCSS
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;
|
|
}
|