2017-03-07 23:12:17 +02:00
|
|
|
---
|
|
|
|
# Only the main Sass file needs front matter (the dashes are enough)
|
|
|
|
---
|
|
|
|
|
|
|
|
@charset "utf-8";
|
|
|
|
|
|
|
|
// Theme skin
|
2017-03-10 18:48:55 +02:00
|
|
|
@import "basically-basic/themes/{{ site.data.theme.skin | default: 'default' }}";
|
2017-03-07 23:12:17 +02:00
|
|
|
|
|
|
|
@import "basically-basic";
|