Layout debugging config variable

This commit is contained in:
daudix
2024-09-11 20:47:48 +03:00
parent c1afcc274f
commit a94a2f6e52
4 changed files with 27 additions and 16 deletions

View File

@ -67,6 +67,14 @@
}
}
{%- endif %}
{%- if config.extra.debug_layout -%}
*,
*::before,
*::after {
outline: solid 1px var(--primary-color);
}
{%- endif -%}
</style>
{%- set stylesheets = [ "style.css" ] %}