The styles in main.scss should be split in different files leveraging SASS partials, as the materialize-jekyll team does. They fail to compile though, because the variables defined in main.scss are not "seen" in the partials for some reason. It might be a bug in hakyll-sass or one of its dependencies and I do not have a solution to make the clean it up at the moment.
The styles in
main.scssshould be split in different files leveraging SASS partials, as thematerialize-jekyllteam does. They fail to compile though, because the variables defined inmain.scssare not "seen" in the partials for some reason. It might be a bug inhakyll-sassor one of its dependencies and I do not have a solution to make the clean it up at the moment.