old_blog/css/main.scss

12 lines
153 B
SCSS
Raw Normal View History

2019-07-05 14:16:46 -04:00
---
---
@charset "utf-8";
// Import partials from `sass_dir` (defaults to `_sass`)
@import
"fonts",
"settings",
"base",
"syntax-highlighting"
;