You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
908 B
27 lines
908 B
|
|
/*--------------------------------------------------------------
|
|
## Header
|
|
--------------------------------------------------------------*/
|
|
@import "header/site-header";
|
|
@import "header/site-featured-image";
|
|
|
|
/*--------------------------------------------------------------
|
|
## Posts and pages
|
|
--------------------------------------------------------------*/
|
|
@import "primary/posts-and-pages";
|
|
|
|
/*--------------------------------------------------------------
|
|
## Comments
|
|
--------------------------------------------------------------*/
|
|
@import "primary/comments";
|
|
|
|
/*--------------------------------------------------------------
|
|
## Archives
|
|
--------------------------------------------------------------*/
|
|
@import "primary/archives";
|
|
|
|
/*--------------------------------------------------------------
|
|
## Footer
|
|
--------------------------------------------------------------*/
|
|
@import "footer/site-footer";
|
|
|