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