27 lines
		
	
	
	
		
			908 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			908 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| 
 | |
| /*--------------------------------------------------------------
 | |
| ## 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";
 | |
| 
 |