--- # Convert SASS into CSS # Source: https://avic.devpractical.com/jekyll-sass/ --- // Imports styles in the file located at _sass/style.sass @import "style.sass"; // Import native stylesheet for syntax highlighting @import "native.css";