update tailwind.config.js.jinja2 to add darkMode option (#2312)
This commit is contained in:
parent
cfb9d44e0c
commit
42bcea7631
@ -12,6 +12,9 @@ module.exports = {
|
|||||||
{% for preset in presets %}
|
{% for preset in presets %}
|
||||||
require({{preset|json_dumps}})
|
require({{preset|json_dumps}})
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
]
|
],
|
||||||
|
{% endif %}
|
||||||
|
{% if darkMode is defined %}
|
||||||
|
darkMode: {{darkMode|json_dumps}},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user