zola/docs/sass/site.scss

13 lines
162 B
SCSS
Raw Normal View History

2017-09-08 09:59:51 +00:00
@charset "utf-8";
@import "normalize";
*, *:before, *:after {
box-sizing: border-box;
}
@import "base";
@import "layout";
@import "header";
@import "index";