mirror of
https://github.com/danbee/julep
synced 2025-03-04 08:59:10 +00:00
19 lines
339 B
SCSS
19 lines
339 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;
|
|
}
|
|
|
|
@import "includes/content";
|
|
@import "includes/loader";
|
|
@import "includes/header";
|
|
@import "includes/tabbar";
|
|
@import "includes/list";
|
|
@import "includes/buttons";
|