CSS Variables fix

This commit is contained in:
Jeremy Zhang
2017-09-07 23:35:34 +00:00
parent 3c83641a55
commit a293b89b8c
7 changed files with 278 additions and 8 deletions

View File

@ -20,7 +20,7 @@
{% include 'google_analytics.html.j2' %}
{% if css is not none %}
<style id="user-defined-css">{% if cssvariables is not none %}{{ cssvariables }}{% endif %} {{ css.css }}</style>
<style id="user-defined-css">{% if cssvariables is not none and css.css_var_bool %}{{ cssvariables }}{% endif %} {{ css.css }}</style>
{% endif %}
</head>
<body>