Alexandre ZANNI
Alexandre ZANNI
Hi 👋🏻 I didn't know recent projects were not authorized. If "Show and Tell" is for self-promotion, I'll skip it, I don't care much about attention. But if If "Show...
Temporary workaround: in `_config.yml` ```yaml sass: quiet_deps: true # https://github.com/just-the-docs/just-the-docs/issues/1541 silence_deprecations: ['import'] # https://github.com/just-the-docs/just-the-docs/issues/1607 ``` In Gemfile add because it's not released yet (see https://github.com/sass-contrib/sass-embedded-host-ruby/issues/265) ```ruby gem 'jekyll-sass-converter', github: 'jekyll/jekyll-sass-converter',...