1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

assets/css/style.scss: include primer variables before main.

This commit is contained in:
Henrik Hautakoski 2019-10-22 14:55:20 +02:00
parent ba746d7cf8
commit bdee9850fc

View file

@ -3,5 +3,8 @@
# only Main files contain this front matter, not partials.
---
{% if site.theme == "jekyll-theme-primer" %}
@import "primer-support/index";
{% endif %}
@import "main";
@import "{{ site.theme }}";