jeffreytse/jekyll-theme-yat

css conversion error with github pages

Open

#173 建立於 2024年10月13日

在 GitHub 查看
 (11 留言) (0 反應) (1 負責人)HTML (700 fork)batch import
buggood first issue

倉庫指標

Star
 (788 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

I'm after some help with an error that I'm running into when trying to build for github-pages:

Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/main.scss':
                    Invalid CSS after "...in-bottom: math": expected ";", was ".div($spacing-u..." on line 45

This seems to stem from one of the yat theme css files here and possibly others from the recent commit:

/tmp/jekyll-remote-theme-20241013-12540-3ng7gr/_sass/yat/_base.scss:45: Invalid CSS after "...in-bottom: math": expected ";", was ".div($spacing-u..." (Sass::SyntaxError)

Apologies if this isn't the source of the error - I think that github pages requires quite an old version of the jekyll-css-converter (I have 1.5.2 installed) which might be in conflict with this deprecation.

Happy to provide more details and post the gemfile as needed. All the files I'm using are here.

Thanks!

貢獻者指南