Revert "mobile header: ship CSS without SCSS"

This reverts commit b7cb932359.
This commit is contained in:
2026-05-03 00:33:26 +02:00
parent d2f62ff549
commit 3e0c9c14a2
3 changed files with 123 additions and 113 deletions

View File

@@ -15,8 +15,8 @@
{{ 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' %}">
{# Project-scoped header mobile fixes (plain CSS to avoid SCSS compilation at runtime). #}
<link rel="stylesheet" href="{% static 'mandelstudio/header_mobile.css' %}">
{# Project-scoped header mobile fixes (no Bootstrap overrides). #}
<link rel="stylesheet" type="text/x-scss" href="{% static 'mandelstudio/header_mobile.scss' %}">
{% endblock %}
{% block extrahead %}