mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-19 05:00:04 +02:00
assets/css/style.scss: include primer variables before main.
This commit is contained in:
parent
ba746d7cf8
commit
bdee9850fc
1 changed files with 3 additions and 0 deletions
|
|
@ -3,5 +3,8 @@
|
||||||
# only Main files contain this front matter, not partials.
|
# only Main files contain this front matter, not partials.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{% if site.theme == "jekyll-theme-primer" %}
|
||||||
|
@import "primer-support/index";
|
||||||
|
{% endif %}
|
||||||
@import "main";
|
@import "main";
|
||||||
@import "{{ site.theme }}";
|
@import "{{ site.theme }}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue