We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be22a4a commit 243bd82Copy full SHA for 243bd82
1 file changed
assets/css/main.scss
@@ -8,8 +8,9 @@ $compress_css_variables: true;
8
9
{% assign skins = site.data.settings.appearance_skin_light.options | concat: site.data.settings.appearance_skin_dark.options | uniq %}
10
{% for skin in skins %}
11
-{% if skin == "default" %}{% continue %}{% endif %}
+{% if skin != "default" %}
12
@import "minimal-mistakes-plus/skins/{{ skin }}";
13
+{% endif %}
14
{% endfor %}
15
/**/
16
0 commit comments