Sha256: e04d30e6cc6717f098e125c39f400c85ac7dc33c52d31a63288772eedc15f3bc
Contents?: true
Size: 519 Bytes
Versions: 7
Compression:
Stored size: 519 Bytes
Contents
--- # this ensures Jekyll reads the file to be transformed into CSS later # only Main files contain this front matter, not partials. --- @charset "utf-8"; {% if site.logo %} $logo: "{{ site.logo | absolute_url }}"; {% endif %} // Cherry variables $body-font-size: 14px; $body-line-height: 1.65em; $family-primary: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; // Load modules @import "primer-markdown", "cherry", "main", "rouge";
Version data entries
7 entries across 7 versions & 1 rubygems