Closed
Description
- This is a question about using the theme.
- This is a feature request.
- I have updated all gems with
bundle update
. - I have tested locally with
bundle exec jekyll build
. - I believe this to be a bug with the theme --- not Jekyll, GitHub Pages or one of the bundled plugins.
Environment informations
- Minimal Mistakes version: 4.4.2
github-pages
orjekyll
gem version: (straight from forked source)- Operating system: Mac 10.12.5
Expected behavior
Site builds without warnings
Steps to reproduce the behavior
rm Gemfile.lock
bundle update
(updates saas gem to 3.5.1)
build site - causes screens full of the following warnings
DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("mixin-exists")) instead.
and
DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("variable-exists")) instead.
if I force the saas gem back to 3.4.25 - warnings disappear.
Unfortunately warnings don't reference the exact file names.