jeffreytse/jekyll-theme-yat

Is there a way to override CSS without unpacking the gem?

Open

#98 建立於 2022年8月30日

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

倉庫指標

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

描述

I'd like to override just the font size. In development, I'm trying this in assets/main.scss:

---
---
@import "{{ site.theme }}";

body {
    font-size: 16px;
}

But I get the error:

Error: File to import not found or unreadable: jekyll-theme-yat. (SassC::SyntaxError)

貢獻者指南