# This front matter enables Jekyll
to read the SASS file to be transformed # into CSS. # # !!! To enble SASS processing, change the five dashes into triple dashes !!! # # NOTE: Only main files contain this front matter, NOT the (SASS) partials # located under the SASS folder _sass.
// —————————————————————————– // ~/assets/themes/j1/core/css/themes/custom.scss // J1
Custom Styles. Partials located in folder _sass/scss/custom // // Product/Info: // jekyll-one.com // // Copyright (C) 2019 Juergen Adams // // J1
Template is licensed under the MIT License. // See: github.com/jekyll-one/j1_template_mde/blob/master/LICENSE // —————————————————————————– // J1
Template Core, generated: {{site.time}} // —————————————————————————–
{% comment %} Import Theme Uno SCSS partials ————————————————————— {% endcomment %} @import “custom”;