Serve layout overrides via compiled CSS to avoid manifest SCSS lookup

This commit is contained in:
2026-05-14 02:59:18 +02:00
parent dab39b37cc
commit 8d7c21a9df
2 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
{{ block.super }}
{# 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 'mandelstudio/scss/layout_overrides.scss' %}">
<link rel="stylesheet" type="text/css" href="{% static 'mandelstudio/css/layout_overrides.css' %}">
{% endblock %}
{% block extrahead %}