jeffreytse/jekyll-theme-yat
Is there a way to override CSS without unpacking the gem?
オープン
#98 opened on 2022/08/30
good first issue
Repository metrics
- Stars
- (1,206 個のスター)
- PR merge metrics
- (30d に merged 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)