mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-21 18:42:23 -06:00
Sketch out site.custom_schemes
This commit is contained in:
parent
eabae95d5b
commit
a2fcb2120e
@ -7,6 +7,11 @@ $logo: "{{ site.logo | relative_url }}";
|
||||
{% unless include.color_scheme == "light" %}
|
||||
@import "./color_schemes/{{ include.color_scheme }}";
|
||||
{% endunless %}
|
||||
{% if site.custom_schemes %}
|
||||
{% for scheme in site.custom_schemes %}
|
||||
@import "./custom_schemes/{{scheme}}";
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
@import "./modules";
|
||||
{% include css/callouts.scss.liquid color_scheme = include.color_scheme %}
|
||||
{% include css/custom.scss.liquid %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user