/* Import all sass files here To use in website add to default.html layout. Add the following to config.yml sass: sass_dir: _includes/sass style: compress */ @import "base/all_base.sass" @import "layouts/{{page.layout}}.sass" @import "sections/{{ item.section }}.sass"