jekyll-sass-converter
jekyll-sass-converter copied to clipboard
[Theme Inheritance] Add to SASS load paths from all parent themes
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.