web/assets/css/style.scss

17 lines
391 B
SCSS
Raw Normal View History

2021-01-23 08:20:58 +03:00
---
---
{% comment %} include the variables-hook if it exists {% endcomment %}
2021-01-23 08:20:58 +03:00
{% assign hook = 'variables-hook.scss' %}
{% assign _hook_path = hook | prepend: '/assets/css/' %}
{% assign _hook_obj = site.static_files | where: 'path', _hook_path | first %}
{% if _hook_obj %}
{% include_relative {{ hook }} %}
{% endif %}
@import "{{ site.theme }}";
// append your custom style below