getgrav / grav-theme-deliver

Grav Deliver Theme
https://getgrav.org
MIT License
28 stars 14 forks source link

Custom SASS override needs to be last in template.scss #18

Open Pls opened 8 years ago

Pls commented 8 years ago

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!