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

[Theme Inheritance] Add to SASS load paths from all parent themes #114

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

seshrs
Copy link

@seshrs seshrs commented Feb 14, 2021

Currently, we add the SASS path from the site's theme as a load path.

However, to correctly support theme inheritance, we need to load sass partials from all parent themes in the theme inheritance chain. We also need to load them in order of hierarchy.

The method Site::theme_list is proposed in jekyll/jekyll#7554. We will need to merge support for the theme_list method first before this PR can be merged.

@seshrs seshrs changed the title [Theme Inheritance][2/3] Add to SASS load paths from all parent themes [Theme Inheritance] Add to SASS load paths from all parent themes Feb 15, 2021
@seshrs seshrs marked this pull request as ready for review February 15, 2021 10:24
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

Successfully merging this pull request may close these issues.

None yet

1 participant