Restore layout_overrides.scss include in layout base_css

This commit is contained in:
2026-05-14 02:44:52 +02:00
parent aec19fbdfa
commit dab39b37cc

View File

@@ -15,6 +15,7 @@
{{ block.super }} {{ block.super }}
{# Ensure Carbasa webshop styling is present so responsive header/footer render correctly. #} {# Ensure Carbasa webshop styling is present so responsive header/footer render correctly. #}
<link rel="stylesheet" type="text/x-scss" href="{% static 'carbasa/webshop_base.scss' %}"> <link rel="stylesheet" type="text/x-scss" href="{% static 'carbasa/webshop_base.scss' %}">
<link rel="stylesheet" type="text/x-scss" href="{% static 'mandelstudio/scss/layout_overrides.scss' %}">
{% endblock %} {% endblock %}
{% block extrahead %} {% block extrahead %}