datat.fi/assets/stylesheets/main.scss

10 lines
215 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.theme_skin | default: 'default' }}";
@import "basically-basic";