Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Pls opened this issue Aug 1, 2016 · 0 comments
Open

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

Pls opened this issue Aug 1, 2016 · 0 comments

Comments

@Pls
Copy link

Pls commented Aug 1, 2016

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant