/ assets / css / style.scss
style.scss
 1  ---
 2  # Only the main Sass file needs front matter (the dashes are enough)
 3  ---
 4  
 5  
 6  @charset 'utf-8';
 7  
 8  @import "main";
 9  
10  // Import highlighting
11  @import "highlighting";
12  
13  // Guestbook
14  @import "guestbook";
15  
16  // Micro-posts
17  @import "micro";
18  
19  // Lightbox + photo thumbnails
20  @import "lightbox";