jeffreytse/jekyll-theme-yat

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

Open

#98 ouverte le 30 août 2022

Voir sur GitHub
 (4 commentaires) (0 réactions) (1 assigné)HTML (700 forks)batch import
good first issue

Métriques du dépôt

Stars
 (788 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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)

Guide contributeur