1
0
mirror of https://github.com/danbee/julep synced 2025-03-04 08:59:10 +00:00
julep/_julep.scss
2013-02-11 11:25:31 +00:00

9 lines
123 B
SCSS

* {
margin: 0;
padding: 0;
@include box-sizing(border-box);
}
@import "includes/loader";
@import "includes/header";