Now _custom.scss is declared not last in template.scss:
// Custom
@import "template/custom";
// Modular
@import "template/modular/all";
So, not all overrides will be overwritten properly (especially those in modular/all part). I think that custom SASS part should be declared in the last place. Thanks for great template!
Now _custom.scss is declared not last in template.scss:
So, not all overrides will be overwritten properly (especially those in modular/all part). I think that custom SASS part should be declared in the last place. Thanks for great template!