I'm not sure about the name "family" since the projects' name is "family.scss" but Eyeglass doesn't allow file extensions in names. "family" has the added benefit that it can be imported as @import "family"; instead of something like @import "family-scss/family";.
I'm not sure about the name "family" since the projects' name is "family.scss" but Eyeglass doesn't allow file extensions in names. "family" has the added benefit that it can be imported as
@import "family";
instead of something like@import "family-scss/family";
.