Wim Mertens@stackoverflow You can include a partial by doing this: @import "partial"; The imported file needs an underscore, so sass will recognize it to be included: _partial.scss
@import "partial";
underscore