jeffreytse/jekyll-theme-yat

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

Open

#98 aperta il 30 ago 2022

Vedi su GitHub
 (4 commenti) (0 reazioni) (1 assegnatario)HTML (700 fork)batch import
good first issue

Metriche repository

Star
 (788 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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)

Guida contributor