1
0
Fork 0
owenryan.us/source/css/style.scss

10 lines
No EOL
240 B
SCSS

---
# 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";