jeffreytse/jekyll-theme-yat

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

Open

#98 aberto em 30 de ago. de 2022

Ver no GitHub
 (4 comments) (0 reactions) (1 assignee)HTML (700 forks)batch import
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)

Guia do colaborador