datat.fi/assets/stylesheets/main.scss

10 lines
220 B
SCSS
Raw Normal View History

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
@import "basically-basic/themes/{{ site.data.theme.skin | default: 'default' }}";
2017-03-07 23:12:17 +02:00
@import "basically-basic";