Skip to content

Commit

Permalink
Pin jekyll-sass-converter to version 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstorm101 committed Jan 20, 2023
1 parent fb89299 commit 7d68bb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion repos/builder/opts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gems:
- jekyll-sitemap
- jekyll-mentions
- jekyll-coffeescript
- jekyll-sass-converter
- jekyll-sass-converter:'< 3'
- jekyll-redirect-from
- jekyll-paginate
- jekyll-compose
Expand Down
2 changes: 1 addition & 1 deletion repos/jekyll/opts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gems:
- jekyll-reload
- jekyll-mentions
- jekyll-coffeescript
- jekyll-sass-converter
- jekyll-sass-converter:'< 3'
- jekyll-commonmark
- jekyll-paginate
- jekyll-compose
Expand Down
2 changes: 1 addition & 1 deletion repos/minimal/opts.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gems:
all: &gems
- kramdown
- jekyll-sass-converter
- jekyll-sass-converter:'< 3'
- jekyll-coffeescript
- minima
group:
Expand Down

0 comments on commit 7d68bb0

Please sign in to comment.