zola/docs/sass/site.scss
Vincent Prouillet 52fa0c3023 WIP site
2017-09-08 18:59:51 +09:00

13 lines
162 B
SCSS

@charset "utf-8";
@import "normalize";
*, *:before, *:after {
box-sizing: border-box;
}
@import "base";
@import "layout";
@import "header";
@import "index";