jekyll-sass-converter icon indicating copy to clipboard operation
jekyll-sass-converter copied to clipboard

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

Open seshrs opened this issue 4 years ago • 0 comments

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 avatar Feb 14 '21 22:02 seshrs