We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8deace commit ff20e7fCopy full SHA for ff20e7f
Gemfile
@@ -2,6 +2,8 @@ source "https://rubygems.org"
2
3
# Use the latest version.
4
gem "jekyll"
5
+# Pin jekyll-sass-converter to avoid sass-embedded 1.93.3 compatibility issues
6
+gem "jekyll-sass-converter", "~> 3.0.0"
7
8
group :jekyll_plugins do
9
gem "jekyll-last-modified-at"
0 commit comments