jeffreytse/jekyll-theme-yat
View on GitHubIs there a way to override CSS without unpacking the gem?
Open
#98 opened on Aug 30, 2022
good first issue
Repository metrics
- Stars
- (788 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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)