12 lines
153 B
SCSS
12 lines
153 B
SCSS
|
---
|
||
|
---
|
||
|
@charset "utf-8";
|
||
|
|
||
|
// Import partials from `sass_dir` (defaults to `_sass`)
|
||
|
@import
|
||
|
"fonts",
|
||
|
"settings",
|
||
|
"base",
|
||
|
"syntax-highlighting"
|
||
|
;
|