forked from robert/robertjohnson.work
6822e36b1c
This way its much easier to edit and personalize each theme.
9 lines
130 B
SCSS
9 lines
130 B
SCSS
---
|
|
|
|
---
|
|
|
|
@charset "utf-8";
|
|
|
|
@import "skins/{{ site.theme_skin | default: 'blue' }}"; // skin
|
|
@import "default"; // main partials
|