1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
--- # Only the main Sass file needs front matter (the dashes are enough) --- @charset "utf-8"; // Dimensions $max-content-width: {{site.max_width}}; @import "variables", "themes", "layout", "base", "distill" ;