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:
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.
|
||||
---
|
||||
|
||||
{% if site.theme == "jekyll-theme-primer" %}
|
||||
@import "primer-support/index";
|
||||
{% endif %}
|
||||
@import "main";
|
||||
@import "{{ site.theme }}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue