mirror of
https://github.com/jimeh/jimeh.github.io.git
synced 2026-02-19 09:06:40 +00:00
11 lines
195 B
SCSS
Executable File
11 lines
195 B
SCSS
Executable File
---
|
|
# Only the main Sass file needs front matter (the dashes are enough)
|
|
---
|
|
|
|
// Import partials from `sass_dir` (defaults to `_sass`)
|
|
@import
|
|
"setup",
|
|
"base",
|
|
"layout"
|
|
;
|