10 lines
220 B
SCSS
10 lines
220 B
SCSS
|
---
|
||
|
# Only the main Sass file needs front matter (the dashes are enough)
|
||
|
---
|
||
|
|
||
|
@charset "utf-8";
|
||
|
|
||
|
// Theme skin
|
||
|
@import "basically-basic/themes/{{ site.data.theme.skin | default: 'default' }}";
|
||
|
|
||
|
@import "basically-basic";
|