jeffreytse/jekyll-theme-yat
Ver no GitHubIs there a way to override CSS without unpacking the gem?
Open
#98 aberto em 30 de ago. de 2022
good first issue
Métricas do repositório
- Stars
- (788 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 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)