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

10 lines
240 B
SCSS
Raw Normal View History

2023-05-16 03:59:18 +00:00
---
# Convert SASS into CSS
# Source: https://avic.devpractical.com/jekyll-sass/
---
// Imports styles in the file located at _sass/style.sass
2024-09-25 01:52:48 +00:00
@import "style.sass";
// Import native stylesheet for syntax highlighting
@import "native.css";