mirror of
https://github.com/minoplhy/crappy-jekyll.git
synced 2024-11-11 04:26:46 +00:00
8 lines
181 B
SCSS
8 lines
181 B
SCSS
|
---
|
||
|
# Only the main Sass file needs front matter (the dashes are enough)
|
||
|
---
|
||
|
|
||
|
@import
|
||
|
"minima-dark/skins/{{ site.minima.skin | default: 'special' }}",
|
||
|
"minima-dark/initialize";
|