mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
10 lines
271 B
SCSS
10 lines
271 B
SCSS
---
|
|
# this ensures Jekyll reads the file to be transformed into CSS later
|
|
# 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 }}";
|