mirror of
https://github.com/danbee/julep
synced 2025-03-04 08:59:10 +00:00
9 lines
123 B
SCSS
9 lines
123 B
SCSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
@include box-sizing(border-box);
|
|
}
|
|
|
|
@import "includes/loader";
|
|
@import "includes/header";
|