Every SCSS partial in a main SCSS file should be ordered alphabetically.
@import "c-component-b"; @import "c-component-a";
@import "c-component-a"; @import "c-component-b";