assets/css/main.scss (15 lines of code) (raw):

--- # Only the main Sass file needs front matter (the dashes are enough) --- @charset "utf-8"; // Import partials from `sass_dir` (defaults to `_sass`) @import {% if site.bootwatch %} "bootswatch/{{site.bootwatch | downcase}}/variables", {% endif %} "bootstrap", {% if site.bootwatch %} "bootswatch/{{site.bootwatch | downcase}}/bootswatch", {% endif %} "syntax-highlighting", "jekyll-doc-theme" ;